Obnam is an easy, secure backup program. Backups can be stored on local hard disks, or online via the SSH SFTP protocol. The backup server, if used, does not require any special software, on top of SSH.
obnam is an easy, secure backup program. backups can be stored on local hard disks, or online via the ssh sftp protocol. the backup server, if used, does not require any special software, on top of ssh.
some features that may interest you: snapshot backups. every generation looks like a complete snapshot, so you don't need to care about full versus incremental backups, or rotate real or virtual tapes. data deduplication, across files, and backup generations. if the backup repository already contains a particular chunk of data, it will be reused, even if it was in another file in an older backup generation. this way, you don't need to worry about moving around large files, or modifying them. (however, the current implementation has some limitations: see dedup). encrypted backups, using gnupg.
backup-and-restore Discontinued