diff options
author | Wayne Davison <wayned@samba.org> | 2005-01-19 21:07:09 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2005-01-19 21:07:09 +0000 |
commit | 026deaf75908b52c9dd5390fd88f3810ee2f161f (patch) | |
tree | 24d8e99ab0a8c9cf75a6012fabe7338e93fbfde9 /support | |
parent | 4c599711942edaad7c69f6e19387729586e8bbea (diff) | |
download | rsync-026deaf75908b52c9dd5390fd88f3810ee2f161f.tar.gz rsync-026deaf75908b52c9dd5390fd88f3810ee2f161f.tar.bz2 rsync-026deaf75908b52c9dd5390fd88f3810ee2f161f.zip |
Added an example of running mnt-excl remotely via ssh for a pull.
Diffstat (limited to 'support')
-rwxr-xr-x | support/mnt-excl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/mnt-excl b/support/mnt-excl index 7597f63c..993180eb 100755 --- a/support/mnt-excl +++ b/support/mnt-excl @@ -8,6 +8,7 @@ # # mnt-excl /dir | rsync --exclude-from=- ... /dir /dest/ # mnt-excl /dir/ | rsync --exclude-from=- ... /dir/ /dest/ +# ssh host mnt-excl /dir | rsync --exclude-from=- ... host:/dir /dest/ # # Imagine that /dir/foo is a mount point: the first invocation of # mnt-excl would have output /dir/foo, while the second would have |