mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
1584f73d07
* rdiff-backup: add page Add a page for `rdiff-backup` (<https://rdiff-backup.net>). There's only a minimal set of examples -- one about backing up, one about listing backups, and two related to restoring -- but this can serve as a starting point for more. * Update pages/common/rdiff-backup.md change "more information" URL Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> * Update pages/common/rdiff-backup.md Paths to a repository don't need to be absolute, change the examples to make that a bit more clear. Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
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}}