Displaying 2 results from an estimated 2 matches for "parzq".
Did you mean:
parvq
2007 Apr 26
1
Weird exclude info
...sue 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_errorlog} 2>> ${remote_errorlog}
The file list im trying to backup just for this e.g is
/export/home/user/test/ which contains a file...
2007 Jun 06
2
omit /etc/issue message when running rsync
Is there a way to omit the text printed out by issue(5) on some
systemes? Like what --no-motd does for motd-texts.