search for: destinateion

Displaying 1 result from an estimated 1 matches for "destinateion".

Did you mean: destinataion
2005 Apr 25
0
[Bug 2647] New: --exclude options work from commandline but not in script
...to back up one filesystem tree to another on the same disk. The catch is that the destination tree is mounted under the source tree. To prevent the backup from getting a copy of itself, I have tried to use the --exclude option, but to no avail. The general procedure for my script is to cd to the destinateion directory (in this case: /mnt/backup) and rsync the source directory (in this case: /) to the destination directory. Here's the command that gets run: /usr/bin/rsync -v --progress --delete --stats --exclude='/proc/' --exclude='/sys/' --exclude='/mnt/sysbackup/' -aS / ....