Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space MSMBASE and version 8.0

...

The third stage of configuration includes all the options specific to configuration type. This includes the path to the remote server or folder and any authentication details. The different remote synchronization types take the following details:

Image RemovedImage Added

Synchronization TypeAvailable Options
Windows Network ShareNetwork share path in UNC format (\\server\share\folder, backslash separated), username, password, and domain. If a domain is entered as part of the username (in DOMAIN\User or [email protected] form), the domain field is disabled.
Local PathLocal path in Windows path format (backslash separated) with optional username, password, and domain. If these are omitted, the path is accessed using the SYSTEM account of the Site Manager server.
File Transfer

Type of protocol (FTP, FTPS or SFTP in the URI dropdown), Path to the server in URI format (sftp://example.com/home/backups/macrium, omitting the leading sftp:// and using forward slash separators), username and password for the remote server.

A custom port may also be supplied. 

Info
titleSFTP Paths

When configuring an SFTP server, include the full path to the folder to sync to in the server path, NOT the path relative to the user's home folder. For example, when connecting to a server as user, to sync to the user's home folder the full path must be specified e.g. example.com/home/user/macrium not example.com/macrium

This may not apply to all SFTP servers or to FTP servers.

Amazon S3
  • S3 Service - Amazon, Wasabi, Backblaze, or custom for full configuration control.
  • Endpoint - URL per the service provider's specification, required only for custom configurations, protocol type (HTTPS or HTTP) with URL omitting the leading protocol type.
  • Bucket - Active bucket as configured within the service provider's console.
  • Region - The selected buckets' region identifier per the service provider's specification.
  • Concurrent Buffers - Number of buffers to use for simultaneous upload of a file. More buffers can improve upload speeds on faster internet connections. Warning, over saturation of the internet connection may lead to extensive timeouts.
  • Root Path - Location within the bucket to upload remote sync files to, should be forward slash separated.
  • Authentication - Access key and secret key as configured within the service provider's console.

Further information can be found in this article

...

OptionDescription
Custom NameThe custom name is shown in the UI to identify the sync. If left blank, the server/local path of the sync will be used instead.
Folder Name

The folder name set here will be created on the server/remote path to store the synchronized backups.

Info

The path configured as part of the network or server path must exist on the remote server or the sync process will generate an error, however, Site Manager will create the folder set as the folder name if it does not already exist.

For example, if remote sync is configured with a server of sftp://192.168.0.1/home/backups and a folder name of SiteManager1, the sync process will store image files in /home/backups/SiteManager1, creating the SiteManager1 folder if necessary.

Multiple repositories can sync to the same server/network path so long as the folder name is different for each one.

Synchronization Window - TimesThe synchronization window controls what time of day the sync will run. When the start time is reached, Site Manager will stop scheduling backups on the repository, wait for any existing backups to finish then run the sync. After the sync has finished, backups resume. If the sync can't be started before the sync end time is reached, the sync attempt is abandoned until the following day. This option allows some control over when high internet bandwidth options like sync get run.
Synchronization Window - FrequencyThe sync process can be limited to only happening on some days of the week by selecting the desired days here.
Options - Allow Backups During Remote Sync

If this option is selected, backups to the repository will be allowed to continue during the synchronization process, with some limitations. 

  1. The remote sync can only start when no backups are running - this is so that there is a consistent, point in time view of which backups exist
  2. The sync process will find changes and data to upload and sort them by computer
  3. Changes are uploaded for the computer with the smallest amount of data to upload
  4. The computer from step 3 is 'unlocked' and backups for this computer may now start
  5. Steps 3 and 4 are repeated until all data is uploaded
  6. The change is committed in the remote location. Before this step, if the sync fails, the changes can be rolled back to the previous repository state
Enable per folder upload

Uploaded backups are committed to the remote location immediately after new data has been uploaded for each folder. A folder in the repository corresponds to the backups for an individual computer and backup definition. This option reduces the impact of upload failures by more frequently checkpointing so that less work is required to recover a consistent checkpoint and continue the sync on reupload. It can also reduce the amount of temporary storage space on the remote sync target as each checkpoint will flush old files that are no longer needed.

When using this option, the remote store will always remain in a state where it can be rolled back to the last checkpoint should a connection be interrupted. This is generally not an issue - if the sync is retried after interruption, the sync will continue from the checkpoint until completion, but if the sync cannot be retried (due to repository disk failure for example), some folders in the remote sync will have the pre-sync contents and some post-sync contents. If there is a requirement that the backups for two computers remain in close sync (e.g. a replication set of servers), this option may be inappropriate. 

Finishing the Wizard

When finishing the wizard, a connection test is performed by the server and any errors are highlighted to be fixed:

...