Searched defs:tarfile (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/tools/onbld/Scm/ |
H A D | Backup.py | 60 import os, pwd, shutil, tarfile, time, traceback namespace 440 tar = tarfile.open(self.bu.backupfile('metadata.tar.gz'), 443 except (EnvironmentError, tarfile.TarError), e: 452 except (EnvironmentError, tarfile.TarError), e: 454 # tarfile.TarError doesn't include the tar member or file 457 if isinstance(e, tarfile.TarError): 492 tar = tarfile.open(self.bu.backupfile('metadata.tar.gz')) 494 except (EnvironmentError, tarfile.TarError), e: 501 except (EnvironmentError, tarfile.TarError), e: 503 if isinstance(e, tarfile [all...] |
Completed in 48 milliseconds