Befehlsreferenz - Rsync



Synopsis:

rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST
rsync [OPTION]... [USER@]HOST:SRC DEST
rsync [OPTION]... SRC [SRC]... DEST
rsync [OPTION]... [USER@]HOST::SRC [DEST]
rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST
rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [DEST]
rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST[:PORT]/DEST

Options:

-aarchive mode; same as -rlptgoD (no -H)
-vincrease verbosity
-zcompress file data during the transfer
-especify the remote shell to use
--deletedelete files that don't exist on sender
--numeric-idsdon't map uid/gid values by user/group name
  
-rrecurse into directories
-lcopy symlinks as symlinks
-ppreserve permissions
-tpreserve times
-gpreserve group
-opreserve owner (root only)
-Dpreserve devices (root only)
-Hpreserve hard links

Sitemap | Impressum
© 2011 by Debian Network