Recent Changes - Search:

Softwares

.

RSYNC

Main.RSYNC History

Hide minor edits - Show changes to markup

June 27, 2007, at 01:20 AM by 61.17.224.18 -
Changed lines 3-16 from:
  rsync -vrplogDtH /home  /backup/home
to:
  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
June 26, 2007, at 06:33 PM by 61.17.224.18 -
Added lines 1-3:

Simple command

  rsync -vrplogDtH /home  /backup/home
Edit - History - Print - Recent Changes - Search
Page last modified on June 27, 2007, at 01:20 AM