[FIX]Rsync backup should use dest/volumes for daily backup
This commit is contained in:
parent
c7912e0db1
commit
f3953a3aff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user