Enable restic backup

This commit is contained in:
2020-02-23 13:57:06 +01:00
parent 49d078ae2f
commit b0b2287291
4 changed files with 5 additions and 4 deletions

View File

@@ -146,6 +146,6 @@ if [[ "${MACHINE_HAS_NEXTCLOUD}" ]] ; then
run nextcloud nextcloud
fi
if [[ "${MACHINE_HAS_GDRIVE_BACKUP}" ]] ; then
[[ -x ~/bin/gdrive-backup ]] && schedule backup "Mon..Fri 12:00:00" ~/bin/gdrive-backup
if [[ "${MACHINE_HAS_RESTIC_BACKUP}" ]] ; then
[[ -x ~/bin/restic-backup ]] && schedule restic-backup "Mon..Fri 12:00:00" ~/bin/restic-backup
fi