backup docs

This commit is contained in:
les 2021-05-31 11:03:36 +02:00
parent 91311b49ef
commit 285f1d6db2
No known key found for this signature in database
GPG key ID: 352918250B012177

25
docs/backup.md Normal file
View file

@ -0,0 +1,25 @@
---
layout: default
title: Backup
permalink: /backup
nav_order: 5
---
## Backup
The following commands should be valid for every setup (docker/debian/sqlite/postgres) but check your installation directory first.
This includes database, configuration, custom user locales, media, images and thumbnails.
```bash
cd /opt/gancio/ # or /home/gancio
tar --ignore-failed-read -czf gancio-$(date +%Y-%m-%d-%H%M%S)-backup.tgz \
config.json \
uploads \
user_locale \
db.sqlite \
postgres \
data
```
> info "Automatic backup"
> To periodically backup your data you should probably use something like [restic](https://restic.net) or [borg](https://www.borgbackup.org/)