I always forget the -H option, thus this page!
-a = archive
-H = preserve hard links
-P = show progress
-S = handle sparse files
rsync -aHPS /path/to/old/ /path/to/new/
also, run this just before migrating, to copy any changes since this first copy.
rsync -aHPS --delete /path/to/old/ /path/to/new/
| < Prev | Next > |
|---|


