Lines Matching full:archive
3 Utility functions for creating archive files (tarballs, zip files,
60 archive that is being built. If not provided, the current owner and group
86 log.info('Creating tar archive')
195 """Create an archive file (eg. zip or tar).
198 extension; 'format' is the archive format: one of "zip", "tar", "ztar",
202 archive; ie. we typically chdir into 'root_dir' before creating the
203 archive. 'base_dir' is the directory where we start archiving from;
205 directories in the archive. 'root_dir' and 'base_dir' both default
206 to the current directory. Returns the name of the archive file.
208 'owner' and 'group' are used when creating a tar archive. By default,
226 raise ValueError, "unknown archive format '%s'" % format