[FIX]Rsync backup should use dest/volumes for daily backup

This commit is contained in:
Fabien BOURGEOIS 2017-07-20 10:51:46 +02:00
parent c7912e0db1
commit f3953a3aff
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def zipdir(path, ziph):
ziph.write(pfile)
f = ZipFile(zippath, 'w', ZIP_DEFLATED, allowZip64=True)
zipdir('${SOURCE}', f)
zipdir('${DEST}/volumes', f)
f.close()
# Filter all obsolete save files