Skip to content
Snippets Groups Projects
Commit b866f88a authored by jurgenhaas's avatar jurgenhaas
Browse files

docker/l3d#74 Move all documentation to devops-tools doc

parent 100b50bb
No related branches found
No related tags found
No related merge requests found
# Documentation
# Borg Backup
## Borg Backup
- [Home](https://www.borgbackup.org)
- [Documentation](https://borgbackup.readthedocs.io/en/stable/index.html)
- [Issue Queue](https://github.com/borgbackup/borg/issues)
- [Hosted Backups](https://www.borgbase.com)
- [Hosted Backup Docs](https://docs.borgbase.com)
## Borgmatic
- [Documentation](https://torsion.org/borgmatic/)
- [Config Reference](https://torsion.org/borgmatic/docs/reference/configuration/)
- [CLI Reference](https://torsion.org/borgmatic/docs/reference/command-line/)
- [Issue Queue](https://projects.torsion.org/witten/borgmatic/issues/)
# Best practive
- Check repositories daily
- Check archives and/or data rarely, e.g. monthly
# Usage
When looking for backup lists, call
```
borgmatic -c /etc/borgmatic/config.yaml list
```
To restore file from backups, call
```
mkdir /tmp/borg-default
borgmatic -c /etc/borgmatic/config.yaml mount --mount-point /tmp/borg-default
borgmatic umount --mount-point /tmp/borg-default
```
You find all the details in the [full documentation](https://devops-tools.docs.lakedrops.com/ansible/roles/borgbackup/).
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