Split multimedia and shared multimedia
As shared multimedia contains heavier and less important data, it can be backuped less often
This commit is contained in:
parent
fffd94dd27
commit
efde7a805b
@ -96,11 +96,25 @@ locations:
|
||||
- /var/mail
|
||||
to:
|
||||
- hdd
|
||||
- glacier
|
||||
cron: '0 3 * * 4' # At 3:00am on Thursday
|
||||
|
||||
# All multimedia folders but the shared (separate location)
|
||||
multimedia:
|
||||
from:
|
||||
- /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:
|
||||
- hdd
|
||||
cron: '0 3 1 * *' # At 3:00am on the 1st
|
||||
|
Loading…
x
Reference in New Issue
Block a user