Skip to content
Snippets Groups Projects
Verified Commit 6f0dc601 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Add short bit on how to use borg and list backups

parent dec48415
No related branches found
No related tags found
No related merge requests found
......@@ -205,3 +205,23 @@ The following steps should be used to update our managed servers:
- Make sure you have all the GPG keys **at least** locally signed
- Run the playbooks/tasks/fetch-borg-keys.yml playbook
- Make sure the playbook runs successfully and check the keys under the borg-keys directory
## Backup documentation
Backups should be checked now and then. Some common tasks:
### Listing current backups per server
borg list borg@vostok.archlinux.org:/backup/<hostname>
Example
borg list borg@vostok.archlinux.org:/backup/homedir.archlinux.org
### Listing files in a backup
borg list borg@vostok.archlinux.org:/backup/<hostname>::<archive name>
Example
borg list borg@vostok.archlinux.org:/backup/homedir.archlinux.org::20191127-084357
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment