Backup
Nextcloud back with restic
Last updated
Was this helpful?
Nextcloud back with restic
Last updated
Was this helpful?
Below steps are not tested fully.
These are basic steps to perform backup nextcloud with restic
From nextcloud , there 2 location that need to be backed up. There are
Nextcloud data directory
Postgresql database dumps For these, we need to create 2 restic repos to maintain.
NEXTCLOUD_DATA_RESTIC_REPO
is the restic repo for nextcloud data directory backup
NEXTCLOUD_PG_RESTIC_REPO
is the restic repo for postgresql database dumps backup
BACKUP_DIR
backup directory of nextcloud data
RESTIC_PASSWORD_FILE
Restic repo password file for both repos
Init the repos
Backup nextcloud data
Backup postgresql database dump
This automates above steps with metrics