Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples for incremental backup use case #9

Open
LordofFatality opened this issue Aug 7, 2015 · 0 comments
Open

examples for incremental backup use case #9

LordofFatality opened this issue Aug 7, 2015 · 0 comments

Comments

@LordofFatality
Copy link

Hey,

I am looking for an alternative to rdiff-backup.
It is not clear to me how you would do incremental backups with ddar. All the examples I've found seem to create an archive from scratch. Also appending seems to just add a file to an archive. How do I achieve the versioning offered by incremental backups?

For example:
Back up your home directory to an external disk daily:
tar c ~ | gzip --rsyncable | ddar cf /mnt/external_disk/home_backup

This reads like it just creates an archive and overwrites it the next day? Can I append with "-N home-2015-08-07" today and "-N home-2015-08-08" tomorrow to get two backups as seperate members but only have the diff between today and tomorrow take up space?

Also will I loose all my incremental backups if the archive with all these backups gets corrupted? How does this compare to the behavior of rdiff-backup in case of file corruption? Seems risky to have it all in one archive. I guess Rdiff-backup would at least give you backups up until the corrupted diff. But I know too little about rdiff-backup to make an informed decision. Also how likely is file corruption?

Thanks for your time. ddar looks like a great tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant