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.
Show NFS or SMB mounts available to the appliance from a remote host.
fs show
GWA_110_fs_show_commands_4402283641361.png
fs mount
Mount a remote filesystem to configure remote backups.
GWA_110_fs_mount_commands_4402283641361.png
NFS mount example
gateway>fs mount --for-backups --from nfs://192.168.0.2/home/dev/share --to /mnt/your_share successfully mounted nfs://192.168.0.2:/home/dev/share to /mnt/your_share /mnt/your_share will be used as the backup destination
SMB mount example
fs mount --for-backups --from smb://192.168.0.3/Users/dev/Desktop/share --to /mnt/your_share remote share user: username remote share password: ************** successfully mounted smb://192.168.0.3:/Users/dev/Desktop/share to /mnt/your_share /mnt/your_share will be used as the backup destination
fs unmount
Unmount a mounted remote filesystem
fs unmount example
fs unmount --mount-point /mnt/your_share This is the current backup destination. Are you sure? [y|n] y successfully unmounted /mnt/your_share The new backup destination will be "/opt/EcoStruxureITGateway/backups"