Looking for the best backup software in the world



Hi

I am looking for a backup tool implementing the best out of duplicity and rsnapshot.

Duplicity is the closest to what I need, but there is the drawback that you always have to choose between full and incremental.
Stacking incremental backups is dangerous, but full backup stores another full set of data, without reusing any bit of information even if the files didn't change.

rsnapshot is very efficient to this regard, since it uses filesystem hard links to link the same data as many times as necessary.
Therefore, backups are always incremental, and it is never required to store the same file version twice. However, it works only with a filesystem supporting hard links.

I am looking for a tool which would allow that, but without relying on the filesystem, to be able to backup to FTP, or any other destination where hard links are not an option.

I am aware that the tool will then have to implement a catalog of all files versions, and a reference counter to be able to free them when possible. Basically, re-implementing the filesystem feature...

Is there anything similar already, before I start yet another backup tool? :)
.



Relevant Pages

  • Re: Looking for the best backup software in the world
    ... destination where hard links are not an option. ... Basically, re-implementing the filesystem feature... ... before I start yet another backup ...
    (comp.os.linux.development.apps)
  • Re: Recommendations for disk-to-disk backup software?
    ... I am looking for a disk-to-disk backup for the new machine ... so that in the event of a disaster on the master disk, ... it, switch the backup target to the boot position, unhide the partition ... To me a cloning+imaging tool is not a good backup tool because it will ...
    (uk.comp.homebuilt)
  • Re: Opinions Needed- backup, was - Article on K3b
    ... > k3b is a burning tool, not a backup tool. ... Since the other machine has a normal clean install SUSE boot on ... Normally I am booting this other box to Alphas and stuff. ...
    (alt.os.linux.suse)
  • Re: cp and symbolic links
    ... Your TimeBackup is on a FAT filesystem or your satashare is on a FAT ... as a backup medium. ... Then again, rsync is not standard on the NAS, I installed that ... Or - seing that my backup is really using hard links and not symbolic ...
    (uk.comp.os.linux)
  • Re: Looking for the best backup software in the world
    ... I am looking for a backup tool implementing the best out of duplicity ... rsnapshot is very efficient to this regard, ... hard links to link the same data as many times as necessary. ... filesystem supporting hard links. ...
    (comp.os.linux.development.apps)