The following are parameters for the -cmd GoogleImport command
| -srcResourceId [type:id] | Google document resource identifier | 
| -filter {[field][operator][value]} | filter source items | 
| Field - internal name of a field in SharePoint | |
| operator- compare operator, such as one of the following: = equals to != does not equal to > greater than < less than ^= starts with *= contains | |
| value - criteria | |
| Use these patters for dates: yyyy-MM-dd HH:mm:ss or yyyy-MM-dd | |
| -usermapping [path] | path to the CSV file with users mapping to the copy operation | 
| -copyhistory | copy the history | 
| -overwrite | overwrite google content on target | 
Example:
Essentials -cmd googleImport -srcResourceId folder:0B5t8t1UBKntoNDI1NGEyNDctNTZjOC00MDJkLTlhM2YtYzk3ZGE1ZWJkNThh -trgtsite http://host/site -trgtlist "Shared Documents" -srcuser user@gmail.com -srcpass password -trgtuser DOMAIN\user -trgtpass password -overwritebehavior add_version -copyhistory -overwrite -log output.xml
The following are parameters for the -cmd GoogleExport command
| -trgtResourceId [type:id] | Google document resource identifier | 
| -filter {[field][operator][value]} | filter source items | 
| Field - internal name of a field in SharePoint | |
| operator- compare operator, such as one of the following: = equals to != does not equal to > greater than < less than ^= starts with *= contains | |
| value - criteria | |
| Use these patters for dates: yyyy-MM-dd HH:mm:ss or yyyy-MM-dd | |
| -usermapping [path] | path to the CSV file with user mapping to the copy operation | 
| -copyhistory | copy the history | 
| -overwrite | overwrite google content on target | 
| -srcfolder | choose the folder to which to export | 
Example:
Essentials -cmd googleExport -trgtResourceId folder:0B5t8t1UBKntoNDI1NGEyNDctNTZjOC00MDJkLTlhM2YtYzk3ZGE1ZWJkNThh -srcsite http://host/site -srclist "Shared Documents" -srcfolder "Documents" -trgtuser user@gmail.com -trgtpass password -srcuser DOMAIN\user -srcpass password -overwritebehavior add_version -copyhistory -overwrite -log output.xml
The following are parameters for the -cmd NewBackup command
Using these commands you can create a Backup Project ( save structure and data for selected site)
| -projectName [project] | name for new project | 
| -projectFolderLocation [path] | path for project location, if it is empty project will be created in workspace | 
| -copysubsites | save site with subsites | 
| -move | delete site after backup | 
| -copylisthistory | save history for list items | 
| -filter {[field][operator][value]} | filter source items | 
| Field - internal name of a field in SharePoint | |
| operator- compare operator, such as one of the following: = equals to != does not equal to > greater than < less than ^= starts with *= contains | |
| value - criteria | |
| Use these patters for dates: yyyy-MM-dd HH:mm:ss or yyyy-MM-dd | |
| -kindFull | Creates a full backup | 
| -kindIncremental | Creates a backup of all the information since the last full backup or incremental backup. | 
| -kindDifferential | Creates a backup of all the information since the last full backup. | 
| -keepFullBackups n | Specifies the number of days to keep full backups for, where n is the number of days. | 
| -KeepIncrementalBackups n | Specifies the number of days to keep incremental backups for, where n is the number of days. | 
| -fileBackup [path] | Specify this parameter if you want to backup a specific file from OneDrive in tenant. | 
Example:
Essentials -cmd newbackup -srcsite http://host/site -srcuser DOMAIN\user -srcpass password -projectName NewProject -copysubsites -move -copylisthistory -log output.xml -noSplash
The following are parameters for the -cmd ZipBackup command
Using this command you can create a Zip archive for the selected Backup Project
| -projectName [project] | project name | 
| -zePasswor [password] | zip encrypted password | 
| -zPasswor [password] | zip password | 
| -zPartSize [partSize] | size in byte for part of archive | 
| -zOutFolder [path] | output folder, archive will be created in this folder | 
Example:
Essentials -cmd zipBackup -projectName Backup Project -zPasswor password -zPartSize 10485760 -zOutFolder C:/Temp/ -log output.xml -noSplash