Added an example of running mnt-excl remotely via ssh for a pull.
authorWayne Davison <wayned@samba.org>
Wed, 19 Jan 2005 21:07:09 +0000 (21:07 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 19 Jan 2005 21:07:09 +0000 (21:07 +0000)
support/mnt-excl

index 7597f63..993180e 100755 (executable)
@@ -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