backup your dvds
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 547
Backup Buddy 0.85
Backup Buddy is a set of scripts which make versioned, disk-to-disk, backups via rsync easy. more>>
Backup Buddy is a set of scripts which make versioned, disk-to-disk, backups via rsync easy. Backup Buddy will allow you to set up disk-to-disk backups that happen automatically.
I hate tapes. Theyre messy, time-wasting, and nowadays, surprisingly expensive. Dont forget unreliable and inconvenient.
In my experience, if somebody has to be made to swap tapes routinely, then backups generally just arent done routinely.
Ive been using rsync for some time to mirror my primary webserver to a backup server on an independent network, to cover things in a worst-case scenario.
After trying a few other options, and not finding anything truly "good enough" for real backups, I wrote Backup Buddy.
Main features:
- Uses rsycs hard link option to provide incremental backups on spinning media. No special software should need to be installed on any recent *nix distro.
- Notifies administrator by email when errors have been detected.
- Fault tolerant - if it "goes offline" and backups arent performed for a while, it should "start working" gracefully and automatically.
- No special setup beyond defining a config file should be required to get a new account running.
- Fault aware - if something goes wrong, it should alert an admin. (by email)
- Good logging - a quick preview of the log file(s) should tell everything thats going on.
- Easy to configure - Somebody new to its use should be able to set it up in < 10 minutes once deps are met.
- Disk Space Handling: You can define a threshold of max image size space to keep free.
- Web page for quick and easy access to reports on backup statistics. (Coming soon)
<<lessI hate tapes. Theyre messy, time-wasting, and nowadays, surprisingly expensive. Dont forget unreliable and inconvenient.
In my experience, if somebody has to be made to swap tapes routinely, then backups generally just arent done routinely.
Ive been using rsync for some time to mirror my primary webserver to a backup server on an independent network, to cover things in a worst-case scenario.
After trying a few other options, and not finding anything truly "good enough" for real backups, I wrote Backup Buddy.
Main features:
- Uses rsycs hard link option to provide incremental backups on spinning media. No special software should need to be installed on any recent *nix distro.
- Notifies administrator by email when errors have been detected.
- Fault tolerant - if it "goes offline" and backups arent performed for a while, it should "start working" gracefully and automatically.
- No special setup beyond defining a config file should be required to get a new account running.
- Fault aware - if something goes wrong, it should alert an admin. (by email)
- Good logging - a quick preview of the log file(s) should tell everything thats going on.
- Easy to configure - Somebody new to its use should be able to set it up in < 10 minutes once deps are met.
- Disk Space Handling: You can define a threshold of max image size space to keep free.
- Web page for quick and easy access to reports on backup statistics. (Coming soon)
Download (0.009MB)
Added: 2006-01-07 License: GPL (GNU General Public License) Price:
1386 downloads
Backup Monitor 1.2.0
Backup Monitor is an rsync backup front-end with a Web interface, which emails reports with an attached summary or logfile. more>>
Backup Monitor is an rsync backup front-end with a Web interface, which emails reports with an attached summary or logfile.
Backup Monitors configuration system is simple to use and can back up single servers or entire server farms from a single machine.
Custom email tags can be used to sort responses in your mail reader.
Enhancements:
- This release adds MySQL support for logging, cleans up email notifications, and fixes null additions and a whitespace issue.
- The installer [install.php] fills in most config fields automagically for you.
- Log size rotation is configurable.
- PID check has been updated, and now relies on Unix::PID cleanliness.
- RSYNC STDERR is now redirected for email notifications.
<<lessBackup Monitors configuration system is simple to use and can back up single servers or entire server farms from a single machine.
Custom email tags can be used to sort responses in your mail reader.
Enhancements:
- This release adds MySQL support for logging, cleans up email notifications, and fixes null additions and a whitespace issue.
- The installer [install.php] fills in most config fields automagically for you.
- Log size rotation is configurable.
- PID check has been updated, and now relies on Unix::PID cleanliness.
- RSYNC STDERR is now redirected for email notifications.
Download (0.028MB)
Added: 2006-01-25 License: BSD License Price:
1370 downloads
Backup 0.1a
Backup adds instant version control to any file on a Unix system. more>>
Backup project adds instant version control to any file on a Unix system.
Do you hate *.bak and *.20050101 and *.cjn (your initials here) and *.do.not.touch files as much as I do? They litter your filesystem any time someone (and were all guilty of it) needs to back-up a file theyre working on.
But who ever comes back and cleans the mess up? At what point is an old backed-up file no longer needed? And what about when you need that backup file only to discover that its missing, or you didnt capture one because you didnt want to add clutter? Backup is my answer to all that. It adds instantly available, reliable version control to every file in the filesystem.
Backup is a lightweight interface to the Subversion svn_fs library. It uses the powerful version control software as a backend to a simple and minimalistic (though effective) user interface. It is designed for use on Linux/Unix (including OS X) systems as a method of archiving configuration files that change semi-frequently, but do not necessarily warrent their own version control mechanism or repository. Things like "/etc/hosts" or "httpd.conf".
It can create a backup of any file without having to import it first, without worrying about setting up new repositories, and (because it speaks directly to the FS layer) without littering hidden ".svn" (or even worse, visable "CVS") directories all over the place. It does this by using a single global "archive," which contains a filesystem that mirrors your root as you add to it. You can view the archive and restore files, do diffs, and move things around as necessary. For more complex administration, the archive is a standard Subversion file system which can be administrated with any compatable client (including the svn command line tools).
The current version is knocked together in Perl. Its alpha, but it is pretty functional... at least for a proof of concept. Eventually I plan to re-write it in C... but we all know about "the best laid plans." In the mean while, the Perl version does work... mostly. The only real trick is that you need to compile and install the Subversion bindings for it Perl. There are some other modules you may need as well, but theyre all fairly standard.
Usage:
You probably shouldnt if you youre doing mission-critical work. Its still alpha code after-all. But if you do decide to give it a spin, dont blame me for any breakage (the only thing that should damage existing files is the combination of -r and -o, which will overwrite during a restore).
<<lessDo you hate *.bak and *.20050101 and *.cjn (your initials here) and *.do.not.touch files as much as I do? They litter your filesystem any time someone (and were all guilty of it) needs to back-up a file theyre working on.
But who ever comes back and cleans the mess up? At what point is an old backed-up file no longer needed? And what about when you need that backup file only to discover that its missing, or you didnt capture one because you didnt want to add clutter? Backup is my answer to all that. It adds instantly available, reliable version control to every file in the filesystem.
Backup is a lightweight interface to the Subversion svn_fs library. It uses the powerful version control software as a backend to a simple and minimalistic (though effective) user interface. It is designed for use on Linux/Unix (including OS X) systems as a method of archiving configuration files that change semi-frequently, but do not necessarily warrent their own version control mechanism or repository. Things like "/etc/hosts" or "httpd.conf".
It can create a backup of any file without having to import it first, without worrying about setting up new repositories, and (because it speaks directly to the FS layer) without littering hidden ".svn" (or even worse, visable "CVS") directories all over the place. It does this by using a single global "archive," which contains a filesystem that mirrors your root as you add to it. You can view the archive and restore files, do diffs, and move things around as necessary. For more complex administration, the archive is a standard Subversion file system which can be administrated with any compatable client (including the svn command line tools).
The current version is knocked together in Perl. Its alpha, but it is pretty functional... at least for a proof of concept. Eventually I plan to re-write it in C... but we all know about "the best laid plans." In the mean while, the Perl version does work... mostly. The only real trick is that you need to compile and install the Subversion bindings for it Perl. There are some other modules you may need as well, but theyre all fairly standard.
Usage:
You probably shouldnt if you youre doing mission-critical work. Its still alpha code after-all. But if you do decide to give it a spin, dont blame me for any breakage (the only thing that should damage existing files is the combination of -r and -o, which will overwrite during a restore).
Download (0.005MB)
Added: 2006-02-02 License: GPL (GNU General Public License) Price:
1455 downloads
backup.py 1.0.2
backup.py is a simple way to do diff and complete backups for your servers. more>>
backup.py is a simple way to do diff and complete backups for your servers.
Some days ago im looking for a simple way to do daily backups in my server. I found a lot of software BUT is too simple OR too complete for my needs.
So i decide to wrote a small python class to do that. And here is backup.py: it takes a list of directories and do diff backups on there.
At the end it send a mail report. Nothing more and nothing less.
Have fun, its GPLed software !
Enhancements:
- This release added support for filename mask matching.
- Error logs are now sent in report e-mails.
- Some bugs were fixed.
<<lessSome days ago im looking for a simple way to do daily backups in my server. I found a lot of software BUT is too simple OR too complete for my needs.
So i decide to wrote a small python class to do that. And here is backup.py: it takes a list of directories and do diff backups on there.
At the end it send a mail report. Nothing more and nothing less.
Have fun, its GPLed software !
Enhancements:
- This release added support for filename mask matching.
- Error logs are now sent in report e-mails.
- Some bugs were fixed.
Download (0.004MB)
Added: 2006-03-09 License: GPL (GNU General Public License) Price:
1324 downloads
aB Backup Tools 0.3
aB Backup Tools is a toolset for creating and maintaining backups and recoveries of important data on your system. more>>
aB Backup Tools is a toolset for creating and maintaining backups and recoveries of important data on your system.
Enhancements:
- memory leaks fixed,
- options optimized,
- some look changes.
<<lessEnhancements:
- memory leaks fixed,
- options optimized,
- some look changes.
Download (0.28MB)
Added: 2005-05-27 License: GPL (GNU General Public License) Price:
1613 downloads
Backup Manager 0.7.6
Backup Manager is a small and basic tool for generating archives. more>>
Backup Manager is a command line backup tool for GNU/Linux, designed to help you make daily archives of your file system.
Backup Manager is written in bash and perl and it can make tar, tar.gz, tar.bz, and zip archives and can be run in a parallel mode with different configuration files.
Archives are kept for a given number of days and the upload system can use ftp or scp to transfer the generated archives to a list of remote hosts. The configuration file is very simple and basic and gettext is used for internationalization.
Main features:
- Make tar, tar.gz, tar.bz and zip archives.
- Automatically burn the archives on CDR/CDRW media.
- Logging to syslog is possible
- Perform MD5 checksums when burning data on CDR to be sure that archives arent corrupted.
- Backup MySQL databases with mysqldump
- Can be run in a parallel mode with different configuration files.
- Keep and purge all the archives for a given number of days.
- Upload the generated archives to remote hosts, either with ftp or scp.
- Provide two diffrent ways of naming the tarballs.
- Is completly integrated to the Debian environment.
- The Debian package uses debconf to provide a quick and easy setup.
<<lessBackup Manager is written in bash and perl and it can make tar, tar.gz, tar.bz, and zip archives and can be run in a parallel mode with different configuration files.
Archives are kept for a given number of days and the upload system can use ftp or scp to transfer the generated archives to a list of remote hosts. The configuration file is very simple and basic and gettext is used for internationalization.
Main features:
- Make tar, tar.gz, tar.bz and zip archives.
- Automatically burn the archives on CDR/CDRW media.
- Logging to syslog is possible
- Perform MD5 checksums when burning data on CDR to be sure that archives arent corrupted.
- Backup MySQL databases with mysqldump
- Can be run in a parallel mode with different configuration files.
- Keep and purge all the archives for a given number of days.
- Upload the generated archives to remote hosts, either with ftp or scp.
- Provide two diffrent ways of naming the tarballs.
- Is completly integrated to the Debian environment.
- The Debian package uses debconf to provide a quick and easy setup.
Download (0.047MB)
Added: 2007-05-10 License: GPL (GNU General Public License) Price:
938 downloads
DVD BacKup Express 5
DVD BacKup Express is a small Kommander Script to create a GUI for dvdbackup. more>>
DVD BacKup Express is a small Kommander Script to create a GUI for dvdbackup.
I made it because it can be run on any platform with kommander installed and dvdbackup available (which may be more platforms than kdvdbackup or other binary frontends are available for)
There is a lot of room for improvement here. Feel free to spruce it up a bit and send me the new .kmdr file and i will update this.
<<lessI made it because it can be run on any platform with kommander installed and dvdbackup available (which may be more platforms than kdvdbackup or other binary frontends are available for)
There is a lot of room for improvement here. Feel free to spruce it up a bit and send me the new .kmdr file and i will update this.
Download (0.004MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1354 downloads
fsbackup 1.2
fsbackup is a file system backup and synchronization utility. more>>
fsbackup.pl is a incremental backup creation utility. fsbackup.pl support backup compression and encryption. Backup can be stored on local file system and on remote host stored over SSH or FTP.
Some addition scripts allow backups SQL tables from PostgreSQL and MySQL (pgsql_backup.sh and mysql_backup.sh)), save system configuration files and list of installed packages (sysbackup.sh).
Backuped with fsbackup.pl files can be recovered by script fsrestore.sh, backuped with sysbackup.sh system packeges can be reinstalled by sysrestore.sh
Options:
The following command-line options can be used with fsbackup.pl:
-n
Create new backup without checking files in previously stored hash.
-f
Create full backup, like as -n option.
-h
Only rebuild hash, no storing files in backup archive.
-c
Clean incremental backup storage and create new full backup without checking $cfg_increment_level config parameter.
<<lessSome addition scripts allow backups SQL tables from PostgreSQL and MySQL (pgsql_backup.sh and mysql_backup.sh)), save system configuration files and list of installed packages (sysbackup.sh).
Backuped with fsbackup.pl files can be recovered by script fsrestore.sh, backuped with sysbackup.sh system packeges can be reinstalled by sysrestore.sh
Options:
The following command-line options can be used with fsbackup.pl:
-n
Create new backup without checking files in previously stored hash.
-f
Create full backup, like as -n option.
-h
Only rebuild hash, no storing files in backup archive.
-c
Clean incremental backup storage and create new full backup without checking $cfg_increment_level config parameter.
Download (0.27MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1658 downloads
IAMBACKUP 1.2
IAMBACKUP provides a set of classes for backing up and restoring a MySQL database. more>>
IAMBACKUP provides a set of classes for backing up and restoring a MySQL database.
IAM backup is package made of two classes. One performs the backup of the selected MySQL database, and the second restores the database.
Both classes support gzip-compressed files for improved performance. When performing the backup, the user is prompted to download the backup file, straight from the browser.
Alternately, the backup can be stored on the local server at a predefined location. Restoring the database (or copying it to another server) is just as easy.
<<lessIAM backup is package made of two classes. One performs the backup of the selected MySQL database, and the second restores the database.
Both classes support gzip-compressed files for improved performance. When performing the backup, the user is prompted to download the backup file, straight from the browser.
Alternately, the backup can be stored on the local server at a predefined location. Restoring the database (or copying it to another server) is just as easy.
Download (0.033MB)
Added: 2007-03-13 License: LGPL (GNU Lesser General Public License) Price:
955 downloads
dbackup 1.1.0
dbackup is a disk-based client-server backup system for Linux or other UNIX systems. more>>
dbackup is a disk-based client-server backup system for Linux or other UNIX systems.
dbackup works on the principal that disks are cheaper and more reliable than tapes.
Backups are started by cron probably on a daily basis by the client. The client backs up individual filesystems / directories with tar and sends the result to the server, which stores them in a simple tree-based directory structure.
Restores are trivial, either by using the supplied restore client, or by simply copying the appropriate tar files off the server and uncompressing them.
Main features:
- Backup very large filesystems as long as you have the disk space
- Works with very large numbers of servers / filesystems
- No state is kept on the client, its all on the server
- Backup to multiple backup servers in round-robin
- Configuration can be global or per-server
- Authentication for client restores (optional)
- Trivial procedure for restores
- Daily / Full incremental backups
- Configurable number of days before old backup runs are deleted / archived to tape
<<lessdbackup works on the principal that disks are cheaper and more reliable than tapes.
Backups are started by cron probably on a daily basis by the client. The client backs up individual filesystems / directories with tar and sends the result to the server, which stores them in a simple tree-based directory structure.
Restores are trivial, either by using the supplied restore client, or by simply copying the appropriate tar files off the server and uncompressing them.
Main features:
- Backup very large filesystems as long as you have the disk space
- Works with very large numbers of servers / filesystems
- No state is kept on the client, its all on the server
- Backup to multiple backup servers in round-robin
- Configuration can be global or per-server
- Authentication for client restores (optional)
- Trivial procedure for restores
- Daily / Full incremental backups
- Configurable number of days before old backup runs are deleted / archived to tape
Download (0.024MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1099 downloads
DYS Backup 0.2
DYS Backup is just a small script to backup your system. more>>
DYS Backup is just a small script to backup your system.
You can ajust it to your needs as you like. It is made for me, but you are free to use it in the terms of the GNU General Public License.
Enhancements:
- Backups can be rotated and timestamped.
- Self encryption with GPG can be done.
- Pre and post script functions can be used.
- Package data was added for Red Hat/Fedora.
- Conditional compression of encryption is used.
- The user may choose between bzip2 and gzip.
<<lessYou can ajust it to your needs as you like. It is made for me, but you are free to use it in the terms of the GNU General Public License.
Enhancements:
- Backups can be rotated and timestamped.
- Self encryption with GPG can be done.
- Pre and post script functions can be used.
- Package data was added for Red Hat/Fedora.
- Conditional compression of encryption is used.
- The user may choose between bzip2 and gzip.
Download (0.002MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
926 downloads
ESR Backup 0.99b R1
ESR Backup is a simple easy to use backup system for UNIX and Linux. more>>
ESR Backup is a simple easy to use backup system for UNIX and Linux. It provides a simple, easy to configure solution for file system integrity.
ESR Backup project works on an automatic 2 week cycle to assure you have an easy to recover system.
Main features:
- Simple and easy to configure
- Automatic 2 Week File Rotation Management
- Remote Storage via FTP
- Local File Storage
- Encryption with 448 bit Keys
- Completely FREE to use
ESR Backup takes the complication out of daily back ups, it does all the work for you so you can concentrate on more interesting things. ESR Backup automatically performs regular Full and Incremental backups on the following schedule
Monday - Full Backup
Tuesday - Incremental Backup
Wednesday - Incremental Backup
Thursday - Incremental Backup
Friday - Incremental Backup
Saturday - Incremental Backup
Sunday - Full Backup
It maintains 3 directories , current-week, last-week, and weekly-archives. After the full backup is performed on Sunday, it automatically rotates the last full backup from the last-week directory to the weekly-archive for safe keeping. It then removes the other archives because they are no longer needed.
It automatically rotates all archives from the current-week directory to the last-week directory. The current-week directory is then ready to hold next weeks backups. You always maintain 2 complete sets of backups. And all your old archives are ready to be stored on tape or CD or handled any way you choose.
ESR Backup provides you with remote archive storage via FTP so you can maintain current backup sets off site easily. If you dont have access to a remote FTP server , or do not wish to use one. ESR Backup can store archives on the local file system in a directory you choose. You can also encrypt your archives with a 448 bit encryption key.
<<lessESR Backup project works on an automatic 2 week cycle to assure you have an easy to recover system.
Main features:
- Simple and easy to configure
- Automatic 2 Week File Rotation Management
- Remote Storage via FTP
- Local File Storage
- Encryption with 448 bit Keys
- Completely FREE to use
ESR Backup takes the complication out of daily back ups, it does all the work for you so you can concentrate on more interesting things. ESR Backup automatically performs regular Full and Incremental backups on the following schedule
Monday - Full Backup
Tuesday - Incremental Backup
Wednesday - Incremental Backup
Thursday - Incremental Backup
Friday - Incremental Backup
Saturday - Incremental Backup
Sunday - Full Backup
It maintains 3 directories , current-week, last-week, and weekly-archives. After the full backup is performed on Sunday, it automatically rotates the last full backup from the last-week directory to the weekly-archive for safe keeping. It then removes the other archives because they are no longer needed.
It automatically rotates all archives from the current-week directory to the last-week directory. The current-week directory is then ready to hold next weeks backups. You always maintain 2 complete sets of backups. And all your old archives are ready to be stored on tape or CD or handled any way you choose.
ESR Backup provides you with remote archive storage via FTP so you can maintain current backup sets off site easily. If you dont have access to a remote FTP server , or do not wish to use one. ESR Backup can store archives on the local file system in a directory you choose. You can also encrypt your archives with a 448 bit encryption key.
Download (0.035MB)
Added: 2006-03-24 License: Artistic License Price:
1318 downloads
Snap Backup 3.7
Snap Backup is The One-Click Backup Utility that makes it simple to protect your important work. more>>
Snap Backup is The One-Click Backup Utility that makes it simple to protect your important work. Snap Backup is for individual computer users who need a simple and convenient way to backup their valuable files.
Protecting Your Data Should be Easy
How often do you backup? How much work would you lose if your hard drive crashed right now? Snap backup makes it easy to frequently backup and archive your valuable data. Protect your work with Snap Backup.
Main features:
- One Click to Perform a Backup
- Configurable Settings
- Runs on Most Platforms (Including: Mac OS X, Linux, Solaris, and Windows)
- Supports Multiple Languages
- Its Free (No adware, spyware, or any other evil stuff)
The first time you run Snap Backup, you configure where your data files reside and where to create backup files. You can also specify an archive location, such as a USB drive or an Iomega Zip drive, for storing backup files.
Snap Backup automatically puts the current date in the backup file name, alleviating you from the tedious task of renaming your backup file every time you backup. The backup file is a single compressed file that can be read by zip programs such as StuffIt, gzip, and WinZip.
Take Control
Good system administrators have backup procedures for their company servers, databases, and network files. Individual computer users, on the other hand, are usually left to fend for themselves. Snap Backup is the simple answer for individual users, in the corporation or at home, who want to protect their valuable data.
For Everyone
Snap Backup is 100% Java and designed to run on any computer with Java. Snap Backup is free and is fully internationalized (meaning we just need to translate the words to support new languages). Please see the translation page if you want to help translate Snap Backup into your favorite language.
<<lessProtecting Your Data Should be Easy
How often do you backup? How much work would you lose if your hard drive crashed right now? Snap backup makes it easy to frequently backup and archive your valuable data. Protect your work with Snap Backup.
Main features:
- One Click to Perform a Backup
- Configurable Settings
- Runs on Most Platforms (Including: Mac OS X, Linux, Solaris, and Windows)
- Supports Multiple Languages
- Its Free (No adware, spyware, or any other evil stuff)
The first time you run Snap Backup, you configure where your data files reside and where to create backup files. You can also specify an archive location, such as a USB drive or an Iomega Zip drive, for storing backup files.
Snap Backup automatically puts the current date in the backup file name, alleviating you from the tedious task of renaming your backup file every time you backup. The backup file is a single compressed file that can be read by zip programs such as StuffIt, gzip, and WinZip.
Take Control
Good system administrators have backup procedures for their company servers, databases, and network files. Individual computer users, on the other hand, are usually left to fend for themselves. Snap Backup is the simple answer for individual users, in the corporation or at home, who want to protect their valuable data.
For Everyone
Snap Backup is 100% Java and designed to run on any computer with Java. Snap Backup is free and is fully internationalized (meaning we just need to translate the words to support new languages). Please see the translation page if you want to help translate Snap Backup into your favorite language.
Download (0.10MB)
Added: 2005-10-25 License: Freeware Price:
1756 downloads
Box Backup 0.10
Box Backup is an open source, completely automatic on-line backup system for UNIX. more>>
Box Backup is an FREE, completely automatic on-line backup system for UNIX.
Main features:
- All backed up data is stored on the server in files on a filesystem; no tape or archive devices are used
- The server is trusted only to make files available when they are required; all data is encrypted
- A backup daemon runs on systems to be backed up, and copies encrypted data to the server when it notices changes
- Only changes within files are sent to the server, just like rsync
- Old versions of files on the server are stored as changes from the current version
- Behaves like tape -- old versions and deleted files are available
- Choice of backup behaviour, optimised for document or server backup
- Designed to be easy and cheap to run a server. Portable implementation, and RAID implemented in userland for reliability without complex server setup or expensive hardware. (optional)
Enhancements:
- The diffing algorithm was highly optimised for speed.
- Bugs were fixed. Solaris support was added.
- Portability improvements were made, including a new autoconf based build.
- Xattrs are supported on Linux and Darwin, which backs up resource forks under Mac OS X.
- Experimental features include keep-alive on long diffing operations, saving state for non-server use, a native Win32 port, and support for MinGW and MSVC under Win32.
<<lessMain features:
- All backed up data is stored on the server in files on a filesystem; no tape or archive devices are used
- The server is trusted only to make files available when they are required; all data is encrypted
- A backup daemon runs on systems to be backed up, and copies encrypted data to the server when it notices changes
- Only changes within files are sent to the server, just like rsync
- Old versions of files on the server are stored as changes from the current version
- Behaves like tape -- old versions and deleted files are available
- Choice of backup behaviour, optimised for document or server backup
- Designed to be easy and cheap to run a server. Portable implementation, and RAID implemented in userland for reliability without complex server setup or expensive hardware. (optional)
Enhancements:
- The diffing algorithm was highly optimised for speed.
- Bugs were fixed. Solaris support was added.
- Portability improvements were made, including a new autoconf based build.
- Xattrs are supported on Linux and Darwin, which backs up resource forks under Mac OS X.
- Experimental features include keep-alive on long diffing operations, saving state for non-server use, a native Win32 port, and support for MinGW and MSVC under Win32.
Download (0.49MB)
Added: 2006-02-24 License: BSD License Price:
768 downloads
WiredBackup 0.2
WiredBackup is a program which creates a backup over the net. more>>
WiredBackup is a program which creates a backup over the net.
NetBackup makes an incremental tar backup, compresses it with b2zip, and symmetric encrypts it using gpg.
The changed backup data is then transfered to an ftp server.
This is useful for people who have too much Web space, and too few streamers.
<<lessNetBackup makes an incremental tar backup, compresses it with b2zip, and symmetric encrypts it using gpg.
The changed backup data is then transfered to an ftp server.
This is useful for people who have too much Web space, and too few streamers.
Download (MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
915 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above backup your dvds search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed