Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
You use the private network command line interface (CLI) to perform backup configuration and one time backup on a Gateway appliance version 1.10 and newer. Local or remote terminal access is required to create and maintain Gateway backups.
Backup files are stored to the local file system. The Gateway is automatically backed up on a weekly schedule. See Backup schedule
Connect a computer to the same private network as the Gateway appliance.
Use an SSH client to log in to the Gateway CLI using your Gateway user credentials, default ssh port 22.
Type backup run Output is displayed with the Gateway backup id, name, date, and other version information.
Backup files are stored locally on the Gateway server file system. From here, the file can be copied or configured for export to a remote file share.
Backup config options
Some aspects of the backup are configurable by adding the config parameter to the backup command.
View the backup configuration
backup config
View the backup configuration settings.
GWA_110_backup_config_360020724917.png
idea_icon_360020724917.png
Press Tab after a command to see command suggestions.
Configure the backup password
You will be prompted for a new password to use for encrypting backups.
backup config --archive-password
Configure the backup destination
Set the directory used to store backup file contents.
backup config --destination <file path>
Configure the maximum number of backups to keep
Set the maximum number of backup entries to store before rotating older entries.
backup config --rotation <maximum number of backups to store>
Backup schedule
Set the schedule of backups. The default settings are to backup on Sunday at midnight each week.
--repeat accepts one of the following values: monthly, weekly, daily, or hourly.
--on accepts one of the following values when repeat is weekly: monday, tuesday, wednesday, thursday, friday, saturday, or sunday. When repeat is monthly it accepts the day of the month instead (see examples below).
--at accepts time in twelve or twenty four hour format with hours separated by a colon. Valid examples: 8:00am, 14:00, 2:00pm, or 03:00pm.