version: 2 global: forget: keep-last: 2 backends: hdd: type: local path: /home/yunohost.backup/restic locations: databases: from: /var/backups/working/db-dumps to: - hdd cron: '0 3 * * 4' # At 3:00am on Thursday hooks: before: - sudo -u postgres /usr/bin/pg_dumpall > /var/backups/working/db-dumps/postgres.dump - sudo /usr/bin/mysqldump --all-databases > /var/backups/working/db-dumps/mysql.dump configs: from: - /etc - /home/yunohost.conf - /var/spool/cron/crontabs/ - /opt/yunohost/wireguard/db/ to: - hdd cron: '0 3 * * 4' # At 3:00am on Thursday options: forget: keep-weekly: 5 gitea: from: /var/backups/working/gitea to: - hdd cron: '0 3 * * 4' # At 3:00am on Thursday hooks: before: - sudo -u gitea /opt/gitea/gitea dump -f /var/backups/working/gitea/gitea.zip home: from: - /home/antoine - /home/baptiste - /home/con - /home/roxane - /home/thomas - /home/tobias to: - hdd cron: '0 3 * * 4' # At 3:00am on Thursday nextcloud: from: - /home/yunohost.app/nextcloud to: - hdd cron: '0 3 * * 4' # At 3:00am on Thursday #hooks: #before: #- sudo -u www-data php occ maintenance:mode --on # Lock new logins #after: #- sudo -u www-data php occ maintenance:mode --off dokuwiki: from: - /var/www/dokuwiki/conf - /var/www/dokuwiki/data/pages - /var/www/dokuwiki/data/meta - /var/www/dokuwiki/data/media - /var/www/dokuwiki/data/media_meta to: - hdd cron: '0 3 * * 4' # At 3:00am on Thursday mail: from: - /var/mail to: - hdd cron: '0 3 * * 4' # At 3:00am on Thursday multimedia: from: - /home/yunohost.multimedia/ to: - hdd cron: '0 3 1 * *' # At 3:00am on the 1st