This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| rsync [2022/05/26 08:25] – Jan Forman | rsync [2023/02/23 11:25] (current) – Jan Forman | ||
|---|---|---|---|
| Line 29: | Line 29: | ||
| ====== Synchronize with dir ====== | ====== Synchronize with dir ====== | ||
| < | < | ||
| + | |||
| + | |||
| + | --bwlimit=100 – limit transferring speed to 100 kB/s\\ | ||
| + | --delete – delete files that are not in source directory\\ | ||
| + | --remove-source-files – delete file after transfer (a.k.a moving files :)\\ | ||
| + | --sparse – handle sparse files efficiently | ||
| + | |||