Syntax:
-backup destination folder {options}
Overview:
Creates the backup of a folder.
Parameters:
Destination |
This parameter specifies the destination path of the backup you are going to produce. |
Folder |
It specifies the folder to backup: this could be a full filesystem path (ex.: "C:\My Folder"), or one of the following placeholders that can be used to backup special system folders:
|
Options |
Default value is C0 (it is used if "C" is not specified).
Default value is D0 and it is used when "D" is not specified.
Default value is U0 and it it use if "U" is not specified.
Default value is K1.
|
Examples:
1) zg -backup D:\ MUSIC
"My Music" folder backup will be stored to "D:\" as "music.zip". All files and subfolders will be included and no compression will be applied.
2) zg -backup D:\ MUSIC +*.mp3 +*.wma
Like example (1) but only .MP3 and .WMA files will be added to the backup file.
3) zg -backup D:\ MUSIC CB +*.mp3
Like example (1) but only .MP3 files will be included and brutalcompression level will be applied.
4) zg -backup "c:\Test\mybackup.zip" "C:\My Folder\"
"C:\My Folder" backup will be saved as "c:\Test\mybackup.zip". All filess will be included and no compression will be applied.
5) zg -backup "c:\Test\mybackup.zip" "C:\My Folder\" -*.txt -*.doc
Like example (4) but files TXT and DOC will be ignored.
Created with the Personal Edition of HelpNDoc: Benefits of a Help Authoring Tool