User Tools

Site Tools


wiki:borgbackup_commands

This is an old revision of the document!


Borg backup commands

Init repo

On (Synology 415) NAS share :

BORG_REPO=ssh://user@syn415.local:22/~/borg_backup && borg init --encryption=keyfile $BORG_REPO

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

Unmount with:

borg umount /tmp/borg

Tested on

  • Xubuntu 20.04

See also

References

wiki/borgbackup_commands.1614759473.txt.gz · Last modified: 2021/03/03 09:17 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki