Is it possibly to run a rdiff-backup to an existing old plain tree copy of the files to backup? What options should be used?
|
feedback
|
migrated from stackoverflow.com Jan 21 at 13:52
This question came from our site for professional and enthusiast programmers.
|
It sounds like what you're describing is rsync(1). I don't know how rdiff is different from a rsync, but I know that rsync only needs either (1) an rsync daemon listening on the remote system, tcp/873 by default, or (2) an ssh daemon listening on the remote system, tcp/22 by default. There may also be other ways of connecting the system. | |||
feedback
|