Re: Incremental backup with only delta into a separate file.

2011-02-09 Thread Henri Shustak
> Is there anyway in which i can have only the delta of the original file be > present at the backup location. > something like > 1. 1st backup is 100M > 2. write 20MB to the original file > 3. do a sync using hardlinks > 4. i have 20MB file at backup location with the delta changes only. Pr

Incremental backup with only delta into a separate file.

2011-02-07 Thread Manikanta Kattamuri
Hi All, I am presently doing a small POC with rsync for incremental backup and restore starategies. I have come up with certain question down the line, can anyone help me with the explanation. Used the config and ideas from: http://www.mikerubel.org/computers/rsync_snapshots/ The commands exec