wiki:borgbackup_commands
This is an old revision of the document!
Table of Contents
Borg backup commands
List backups
BORG_REPO="/path/to/backup" borg list
Mount backup to temporary directory
backup_name is the first column from list above
BORG_REPO="/path/to/backup::backup_name" && mkdir /tmp/borg && borg mount $BORG_REPO /tmp/borg
Tested on
- Xubuntu 20.04
See also
References
wiki/borgbackup_commands.1606840730.txt.gz · Last modified: 2020/12/01 16:38 by antisa