[IMP]Rsync backup : allow large ZIP with ZIP64
This commit is contained in:
parent
2e0395f86e
commit
c7912e0db1
@ -34,7 +34,7 @@ def zipdir(path, ziph):
|
||||
if isfile(pfile):
|
||||
ziph.write(pfile)
|
||||
|
||||
f = ZipFile(zippath, 'w', ZIP_DEFLATED)
|
||||
f = ZipFile(zippath, 'w', ZIP_DEFLATED, allowZip64=True)
|
||||
zipdir('${SOURCE}', f)
|
||||
f.close()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user