source: main/waeup-ansible/templates/borg-README.txt.j2 @ 17181

Last change on this file since 17181 was 15936, checked in by uli, 5 years ago

Minor fixes in borg playbook.

Fix permissions set and creat README with usage instructions in backup dir.

File size: 744 bytes
Line 
1===========================
2borg backup
3===========================
4
5To issue borg commands, prepare your shell and set some env vars::
6
7    $ sudo su
8    # cd /root/backup
9    # . env-....
10
11afterwards you can use borg commands without entering the passphrase (stored in
12/root/backup/.borg_passphrase).
13
14    # borg info $REPO            # general infos about the repo state
15    # borg list $REPO            # list all archives stored
16    # borg list $REPO::20200116-0116   # list a certain archive (all files and dirs)
17    # borg check $REPO           # check repository integrity
18    # borg delete 20200116-0116  # delete the given archive
19    # borg mount $REPO /mnt      # mount repo on /mnt
20    # borg umount /mnt           # unmount repo
21
Note: See TracBrowser for help on using the repository browser.