--auth-pass, -PPASS
Authenticate with specified password.
--auth-user, -UNAME
Authenticate as specified user.
--company, -CNAME
Backup users and public store for specified company.
--config, -cFILE
Load configuration settings from specified file.
--deletesYESNO
Backup/restore/show deleted items/folders. The default when backing up is to maintain data which has
been soft- or hard-deleted. The default when restoring is to not restore such data. The default when
viewing the contents of a backup directory is to show such data.
--differential
Create 'differential' backup(s), containing all changes since the previous or regular backup(s), in
separate directories called 'differential/username/N'. Differential backups can be inspected using
the --index and --stats options. See also the --merge option.
--folder, -fPATH
Backup/restore only folder(s) with specified path. Multiple folders may be specified. Subfolders may
be included using --recursive.
--index
List messages/items contained in specified backup directory in CSV format. Sourcekeys, respective
folders, last modified dates and subjects are shown for each message/item.
--merge
Merge 'differential' backups for a given user into regular backup. See the --differential option.
--log-level, -lNAME
Specify log-level, for example, 'error', 'warning' 'info' or 'debug'.
--only-meta
Only backup/restore meta data, such as settings, permissions and rules.
--output-dir, -OPATH
Create/update backup directories in the specified directory, instead of the local directory.
--period-begin, -bDATE
Backup/restore data which was last modified on or after the specified date (YYYY-MM-DD).
--period-end, -eDATE
Backup/restore data which was last modified before the specified date (YYYY-MM-DD).
--purgeN
Permanently delete data from backup directory which has been marked as deleted more than the
specified number of days ago.
--recursive
When specifying folders (--folder), also include subfolders in backup/restore.
--restore
Restore the contents of the specified backup directory. The respective store is determined
automatically, but may also be specified explicitly, for example using --user.
--restore-rootPATH
When restoring, place data under folder with specific path (or name), for example 'some_folder' or
'Inbox/some_subfolder'.
--server-socket, -sSOCKET
Connect to storage server through specified socket.
--sourcekeySOURCEKEY
Restore message/item with specified sourcekey (as shown using --index). Must be combined with
--restore. Multiple sourcekeys may be specified.
--skip-attachments
Do not backup/restore attachments.
--skip-deleted
Do not backup/restore deleted mail folder.
--skip-junk
Do not backup/restore junk folder.
--skip-meta
Do not backup/restore meta data, such as settings, permissions and rules.
--skip-public
Do not backup/restore public store.
--ssl-key, -kFILE
Specify SSL key file.
--ssl-pass, -pPASSWORD
Specify SSL key password.
--stats
List folders contained in specified backup directory in CSV format. Folder sizes are shown for each
folder.
--store, -SGUID
Backup specified store. Instead of a GUID, 'public' may also be specified, to denote the public
store.
--user, -uNAME
Backup data of the specified user. Multiple users may be specified. By default, all users are
included. When restoring, restore into the store of the specified user.
--worker-processes, -wN
When backing up data from multiple stores, process these stores in parallel, using the specified
number of workers.