No description
Find a file
2024-11-29 10:00:37 +01:00
secrets add empty secrets dir 2024-11-29 09:59:38 +01:00
.gitignore initial commit 2024-11-16 13:28:59 +01:00
gotify.py initial commit 2024-11-16 13:28:59 +01:00
nextcloud.json.sample initial commit 2024-11-16 13:28:59 +01:00
nextcloud_backup initial commit 2024-11-16 13:28:59 +01:00
paperless-ngx_backup added backup script for paperless-ngx 2024-11-29 10:00:37 +01:00
paperless.json.sample added backup script for paperless-ngx 2024-11-29 10:00:37 +01:00
README.md added cronjob example 2024-11-16 13:38:30 +01:00

README

Setup

Create a config including secrets

mkdir secrets && cp nextcloud.json.sample secrets/nextcloud.json

Modify the content to match the specific setup

Manually run the respective backup script manually or regularly as cron job, or systemd timer, e.g.:

crontab -e
37 0 * * * /path/to/the/backup/script

to run a backup each night at 00:37.