[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):
|
if isfile(pfile):
|
||||||
ziph.write(pfile)
|
ziph.write(pfile)
|
||||||
|
|
||||||
f = ZipFile(zippath, 'w', ZIP_DEFLATED)
|
f = ZipFile(zippath, 'w', ZIP_DEFLATED, allowZip64=True)
|
||||||
zipdir('${SOURCE}', f)
|
zipdir('${SOURCE}', f)
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user