Feat: change documents to local_documents in borgbackup

This commit is contained in:
Bertrand Benjamin 2019-12-14 17:05:41 +01:00
parent 888dd18f5c
commit 8b28aeb1c9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ BORG_REPOSITORY={{ borg_backup_repo }}
# BORG_REPOSITORY=/media/backup/Choux
BORG_ARCHIVE=${BORG_REPOSITORY}::${BACKUP_DATE}
BACKUPED_DIR="/media/documents /home/"
BACKUPED_DIR="/media/local_documents /home/"
ts_log "Starting new backup ${BACKUP_DATE}..."