Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
6f0dc601
Verified
Commit
6f0dc601
authored
Jan 04, 2020
by
Sven-Hendrik Haase
Browse files
Add short bit on how to use borg and list backups
parent
dec48415
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6f0dc601
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment