add archiver

This commit is contained in:
bkfox
2017-11-13 15:03:21 +01:00
parent 7683a485cf
commit 01325a258a
3 changed files with 64 additions and 2 deletions

View File

@ -8,3 +8,8 @@ scripts/launch_in_venv ./manage.py diffusions --update --clean --check --mode au
scripts/launch_in_venv ./manage.py diffusions --update --next-month --mode auto
cd -
# - archiver monitoring for the next month
scripts/launch_in_venv ./manage.py archiver -a 60
cd -