From b866f88ab1e487776e80502379b9875dafd2303f Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 12 Jan 2021 11:57:39 +0100 Subject: [PATCH] docker/l3d#74 Move all documentation to devops-tools doc --- README.md | 39 ++------------------------------------- 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 0e7c6c5..e2cdd28 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,3 @@ -# 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/). -- GitLab