Compare commits

...

3 Commits

Author SHA1 Message Date
413c629806
Extended forget to one month 2022-04-16 18:07:29 +00:00
efde7a805b
Split multimedia and shared multimedia
As shared multimedia contains heavier and less important data, it can be backuped less often
2022-04-16 17:47:37 +00:00
fffd94dd27
Exclude some nextcloud folders 2022-04-16 17:35:32 +00:00

View File

@ -2,7 +2,7 @@ version: 2
global: global:
forget: forget:
keep-last: 2 keep-monthly: 1
backends: backends:
hdd: hdd:
@ -62,6 +62,13 @@ locations:
nextcloud: nextcloud:
from: from:
- /home/yunohost.app/nextcloud - /home/yunohost.app/nextcloud
options:
backup:
exclude:
- '**/cache'
- '**/files_versions'
- '**/files_trashbin'
- '**/appdata_ocfigi57i0ri'
to: to:
- hdd - hdd
- glacier - glacier
@ -89,11 +96,25 @@ locations:
- /var/mail - /var/mail
to: to:
- hdd - hdd
- glacier
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday
# All multimedia folders but the shared (separate location)
multimedia: multimedia:
from: from:
- /home/yunohost.multimedia/ - /home/yunohost.multimedia/
options:
backup:
exclude:
- '/home/yunohost.multimedia/share'
to:
- hdd
- glacier
cron: '0 3 * * 4' # At 3:00am on Thursday
shared_multimedia:
from:
- /home/yunohost.multimedia/share
to: to:
- hdd - hdd
cron: '0 3 1 * *' # At 3:00am on the 1st cron: '0 3 1 * *' # At 3:00am on the 1st