Recent Edits
h2. Useful Rsync commands
<pre>
v, –verbose increase verbosity
-e, –rsh=COMMAND specify the remote shell
</pre>
h3. Article...
» complete changersync is a replacement for [[rcp]] (and [[scp]]) that has many more features.
h2. Useful Rsync commands
<pre>
v, –verbose increase verbosity
-q, –quiet decrease verbosity
-c, –checksum always checksum
-a, –archive archive mode, equivalent to -rlptgoD
-r, –recursive recurse into directories
-R, –relative use relative path names
-b, –backup make backups (default ~ suffix)
–backup-dir make backups into this directory
–suffix=SUFFIX override backup suffix
-u, –update update only (don’t overwrite newer files)
-l, –links copy symlinks as symlinks
-L, –copy-links copy the referent of symlinks
–copy-unsafe-links copy links outside the source tree
–safe-links ignore links outside the destination tree
-H, –hard-links preserve hard links
-p, –perms preserve permissions
-o, –owner preserve owner (root only)
-g, –group preserve group
-D, –devices preserve devices (root only)
-t, –times preserve times
-S, –sparse handle sparse files efficiently
-n, –dry-run show what would have been transferred
-W, –whole-file copy whole files, no incremental checks
–no-whole-file turn off –whole-file
-x, –one-file-system don’t cross filesystem boundaries
-B, –block-size=SIZE checksum blocking size (default 700)
-e, –rsh=COMMAND specify the remote shell
</pre>
h3. Article Sources
* "eukhost":http://blog.eukhost.com/2006/12/06/helpful-command-rsync/ "Article Source":http://blog.eukhost.com/2006/12/06/helpful-command-rsync/
Useful Rsync commands
v, –verbose increase verbosity
-q, –quiet decrease verbosity
-c, –checksum always checksum
-a, –archive...
» complete changersync is a replacement for [[rcp]] (and [[scp]]) that has many more features.
Useful Rsync commands
v, –verbose increase verbosity
-q, –quiet decrease verbosity
-c, –checksum always checksum
-a, –archive archive mode, equivalent to -rlptgoD
-r, –recursive recurse into directories
-R, –relative use relative path names
-b, –backup make backups (default ~ suffix)
–backup-dir make backups into this directory
–suffix=SUFFIX override backup suffix
-u, –update update only (don’t overwrite newer files)
-l, –links copy symlinks as symlinks
-L, –copy-links copy the referent of symlinks
–copy-unsafe-links copy links outside the source tree
–safe-links ignore links outside the destination tree
-H, –hard-links preserve hard links
-p, –perms preserve permissions
-o, –owner preserve owner (root only)
-g, –group preserve group
-D, –devices preserve devices (root only)
-t, –times preserve times
-S, –sparse handle sparse files efficiently
-n, –dry-run show what would have been transferred
-W, –whole-file copy whole files, no incremental checks
–no-whole-file turn off –whole-file
-x, –one-file-system don’t cross filesystem boundaries
-B, –block-size=SIZE checksum blocking size (default 700)
-e, –rsh=COMMAND specify the remote shell
"Article Source":http://blog.eukhost.com/2006/12/06/helpful-command-rsync/
rsync is a replacement for [[rcp]] rcp (and [[scp]]) scp) that has many more features.
rsync-cvs carries messages are automatically generated whenever a developer changes the source code, which can happen many...
» complete changersync-cvs carries messages are automatically generated whenever a developer changes the source code, which can happen many times per day. If you subscribe, you should probably choose digest mode.
rsync-announce carries only messages from the maintainer annoucing new releases, which happen at most a few times per month.
The main mailing lists for developers and users. It sees between zero and twenty messages per day. This is a good place to...
» complete changeThe main mailing lists for developers and users. It sees between zero and twenty messages per day. This is a good place to send questions about rsync, but please <a href="http://www.catb.org/~esr/faqs/smart-questions.html">read this before posting</a>.
rsync is a replacement for rcp (and scp) that has many more features.
