Displaying 1 result from an estimated 1 matches for "dontgetm".
Did you mean:
dontgetme
2007 Apr 26
1
Weird exclude info
...e config file and
creates a local exclude list to use when doing the backup. I wont bore
you with the script details but im having a weird issue with exclude.
If there are files to be excluded they are put into a file like this :-
$ cat tmp/lavatest.exclude
/path/to/exclude
/export/home/user/test/dontgetme
Now when the rsync runs i use the following options (ignore the variables):-
rsync -exclude-from=/path/tmp/lavatesting.exclude -PaRzq --delete
--delete-excluded --copy-unsafe-links --numeric-ids -e "${SSH}"
root@${remote_get_host}:${RLIST} ${remote_get_localdir} >>
${remote_erro...