mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
78951c649c
Co-authored-by: Lena Pastwa <lena@lnps.me>
599 B
599 B
rdiff-backup
Local/remote mirror and incremental backup tool. More information: https://rdiff-backup.net/rdiff-backup.1.html.
- Back up
path/to/sourcetopath/to/backup:
rdiff-backup backup {{path/to/source}} {{path/to/backup}}
- List incremental backups in repository (location path, local, or remote):
rdiff-backup list increments {{repository}}
- Restore from most recent backup:
rdiff-backup restore {{path/to/backup}} {{path/to/destination}}
- Restore backed up files as they were 3 days ago:
rdiff-backup restore --at 3D {{path/to/backup}} {{path/to/destination}}