Results 1 to 1 of 1
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
06-15-2006 #1
- Join Date
- May 2006
- Posts
- 1
rdiff-backup with seperated diff part....
/home/src, and a destination directory /home/dest, is there any way to
use the /home/ref as the reference to backup the difference between
/home/src and /home/ref into /home/dest ?
In this way, the /home/dest only stores the difference of /home/src and
/home/ref.
To restore it, I can use the /home/ref and /home/dest to restore the
/home/src.
Anyone knows how to achieve this?
So basically what I want to know is a way to backup the difference
between the reference directory and the source directory, not the whole
source directory itself. Then later, I can restore the source directory
from the diff + reference directory.