Displaying 1 result from an estimated 1 matches for "fromsystem".
Did you mean:
filmsystem
2001 Oct 21
1
backup_dir problem
I am having a problem using the backup_dir option
of rsync. The command being used is basically
rsync --archive --delete --backup
--backup_dir=PathToBackup/save
user@fromsystem:FilePath/ PathToBackup/
The feature that is unique to this problem is that the
"save" directory is under the path where the files are
being backed up. Fortunately, rsync is clever enough
to not delete the PathToBackup/save tree even though
there is no corresponding "save" tree...