files
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| files [2023/11/05 21:25] – [Files] jhagstrand | files [2024/01/06 07:11] (current) – jhagstrand | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| ====== Files ====== | ====== Files ====== | ||
| Line 66: | Line 65: | ||
| $ rsync SRC DEST | $ rsync SRC DEST | ||
| - | synchronize two external hard disks | + | synchronize two external hard disks, dry run, real thing, ending slash required |
| - | rsync --dry-run --itemize-changes | + | rsync --dry-run --itemize-changes -avh /media/john/My\ Passport/ |
| | | ||
| - | rsync --delete | + | rsync -avh /media/john/My\ Passport/ |
| | | ||
| --dry-run | --dry-run | ||
files.1699237503.txt.gz · Last modified: 2023/11/05 21:25 by jhagstrand