Avoid carrying permissions and other attributes.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 27 Aug 2017 21:49:32 +0300
changeset 2178 abbb150314d2
parent 2177 d2d54cdfce7e
child 2179 178897af315a
Avoid carrying permissions and other attributes.
backup.rst
--- a/backup.rst	Sun Aug 27 18:25:08 2017 +0300
+++ b/backup.rst	Sun Aug 27 21:49:32 2017 +0300
@@ -23,3 +23,15 @@
 
      cmd> fsutil hardlink list c:\backup\new\file.txt
 
+Avoid carrying permissions and other attributes with::
+
+  --no-p --no-o --no-g --no-A --no-X -O -J
+
+To show current progress::
+
+  -v  --progress
+
+To copy over ssh::
+
+  rsync -n -e 'ssh -l $RUSER' -r  /archive/ $RHOST:/archive/
+