diff --git a/docs/snapshot-backup.md b/docs/snapshot-backup.md index 07382b8..de244b7 100644 --- a/docs/snapshot-backup.md +++ b/docs/snapshot-backup.md @@ -135,6 +135,8 @@ You can find an example NFS backupstore for testing purpose [here](https://githu Longhorn volume supports recurring jobs for automatic backup and snapshot creation. +Users can setup recurring snapshot/backup via Longhorn UI, or Kubernetes StorageClass. + ### Set up recurring jobs for StorageClass Users can set field `recurringJobs` in StorageClass. Any volume created using this StorageClass will have those recurring jobs automatically set up. @@ -164,4 +166,4 @@ Explanation: 3. `cron`: Cron expression. It tells execution time of one job. -4. `retain`: How many snapshots/backups Longhorn will retain for one job. It should be no less than 1. \ No newline at end of file +4. `retain`: How many snapshots/backups Longhorn will retain for one job. It should be no less than 1.