Recent Changes - Search:

Navigation

Articles

Linux Downloads

Search Packages

Error log

Distros/ OS

Softwares

CMS

Help & Man Pages

Others

.

RSYNC

Simple command

  rsync -vrplogDtH /home  /backup/home

  -v --verbose increase verbosity
  -r --recursive  recurse into directories
  -p --perms   preserve permissions 
  -l --copy symlinks as symlinks
  -o --owner preserve owner (root only)
  -g --group   preserve group
  -D --devices preserve devices (root only)
  -t --times   preserve times
  -H --hard-links preserve hard links

  -a, --archive
              This is equivalent to -rlptgoD
Edit - History - Print - Recent Changes - Search
Page last modified on June 27, 2007, at 01:20 AM