From 026deaf75908b52c9dd5390fd88f3810ee2f161f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 19 Jan 2005 21:07:09 +0000 Subject: [PATCH] Added an example of running mnt-excl remotely via ssh for a pull. --- support/mnt-excl | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1