This will sync and/or purge backups.

Snapshot sync:

NOTICE! Concerning these Snapshot Settings, the term “Sync” means importing Snapshots from the Remote Project to the Local Project Backups folder.

Would sync the backups from remote devices to local project Backups folder in the file system. Synced snapshots will appear as “Remote” snapshots in the Snapshots Tree . This is to differentiate from the local snapshots.

Snapshot purge:

NOTICE! By default, snapshots are purged every two days when the set max local snapshots value is exceeded. Change this in the settings field under the Snapshots tab:

For example, could be set to purge the backups in the local database only every once a day at 12:15 AM (system time).

Enable Backup Purge

Enables or disables the backup purge module

Run Backup Purge

Will execute the backup purge task immediately, using the given parameters. It is also independent of the schedule frequency.

Max Backups - Local and Remote

The number of backups to keep for both local or remote

Enable Backup Sync

Enables or disables the backup sync module

Run Backup Sync

Will execute the backup sync task immediately

Backup Sync Frequency

When the backups get synced to the project

Note

The frequency is based on an AND (not OR ) statement.

Example:

Date Range: 2021-04-21,2022-04-21

Days of the Week: Monday, Wednesday

Results: Date Range AND Day of the Week → A backup will be created every Monday and Wednesday from 2021-04-21 to 2022-04-21

 

 

Every: Duration number to generate events at a fixed frequency

At: One or more explicit times to run

Frequency Examples

 

//run every 5 minutes every day

Every: 5 minutes

 

// run at midnight and at 2pm every day

At: [00:00, 14:00]

 

// run at 2am on weekdays only

At: [02:00]

Days of the Week: "mon,tue,wed,thu,fri"

 

// run at 2am on 1st and 15th of the month

At: [02:00]

Days of the Month: "1, 15"

 

// run at 2am on last day of the month

At: [02:00]

Days of the Month: "-1"

 

// run at 2am on first Monday of the month

At: [02:00]

Days of the Week: "mon"

Days of the Month: "1,2,3,4,5,6,7"