diff options
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 |