...
To support taking hot backups (i.e. backing up while processing is active) of data residing on the file system, the file system used must support "snapshotting" to avoid data inconsistency. If the file system does not support snapshotting, the backup must be taken as a "cold backup", which means that writes and updates to the data is are suspended while the backup is taken.
...
suspend.crontab - Use cron syntax to control when ECDs should be suspended.
suspend.duration until - Duration of suspension in seconds.
...
Code Block | ||
---|---|---|
| ||
suspend: crontab: "0 3 * * *" durationuntil: 300 |
This configuration will suspend all ECDs from execution for 5 minutes at 3 AM every night.