added second example for additional rsync options

This commit is contained in:
testing_rouxdo 2015-06-11 11:06:24 +02:00
parent d91b478ae0
commit 879ddefbdf
1 changed files with 6 additions and 0 deletions

View File

@ -85,6 +85,12 @@ __rsync /tmp/testdir \
--source /etc \
--rsync-opts exclude=sshd_conf
# Use rsync with multiple options --exclude --dry-run
__rsync /tmp/testing \
--source /home/tester \
--rsync-opts exclude=id_rsa \
--rsync-opts dry-run
--------------------------------------------------------------------------------