Command syntax
MAKEUSERARCHIVE,{filename}.7z,{Path and Filename to zip},{Path and Filename to zip},....
Makes a 7zip user defined compressed archive: ‘User.7z.001’.
The archive is split into several volumes if the total size is larger than 10Mb. When the compression is done all volumes are immediately queued for upload to Web Office.
Token1: MAKEUSERARCHIVE
Token2: The desired filename (no path) of the archive with the recommended extension ‘.7z’ but without the serial number which is added automatically during compression. The archive is always created in ‘Storage Card’.
Token3: Path and filename or path and wildcard of files to compress
Token4 … TokenNN: Path and filename or path and wildcard of files to compress or a 7zip command line switch. see 7zip command line documentation for possible switches.
Note: When requesting an archive make sure to select only one terminal. |
The file(s) can be found after the next heartbeat in the File Repository.
When unzipping the archive, make sure to download all the parts that belong to the archive.
E.g. User.7z.001 and User.7z.002
Example
Compresses the cwt,db file and all the files in the Media folder
MAKEUSERARCHIVE,User.7z,Storage Card\cwt.db,Storage Card\Media\*.*