meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:backup:overview [2016/05/18 09:47] – [Performance] niziak | linux:backup:overview [2021/01/19 09:34] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== | 
| ===== rsync ===== | ===== rsync ===== | ||
| Line 5: | Line 5: | ||
| * no build-in incremental snapshots support | * no build-in incremental snapshots support | ||
| * incremental backups of modified files possible (using --backup and --backup-dir params) | * incremental backups of modified files possible (using --backup and --backup-dir params) | ||
| + | |||
| + | ==== delete files ==== | ||
| + | <code bash> | ||
| + | rsync --delete-missing-args --backup --files-from list_file_to_delete.txt src/ 192.168.1.1:: | ||
| + | </ | ||
| + | |||
| ===== rsnapshot ===== | ===== rsnapshot ===== | ||
| Line 16: | Line 22: | ||
| * special directory '' | * special directory '' | ||
| * [[http:// | * [[http:// | ||
| + | * < | ||
| ===== duplicity ===== | ===== duplicity ===== | ||
| Line 25: | Line 32: | ||
| * front end to duplicity | * front end to duplicity | ||
| + | <code bash> | ||
| + | duply my-backup backup | ||
| + | duply my-backup cleanup --extra-clean --force | ||
| + | </ | ||
| ====== Performance ====== | ====== Performance ====== | ||