From e7c709f8ebb9aae32aba89c2bb29f1d125f7951b Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 4 Sep 2024 16:59:13 +0200 Subject: [PATCH 1/3] Fix a typo with backups docs Signed-off-by: Simon --- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/1.8.0/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.8.0/snapshots-and-backups/scheduling-backups-and-snapshots.md index a1a574260..46367f787 100644 --- a/content/docs/1.8.0/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.8.0/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -71,7 +71,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots @@ -229,4 +229,4 @@ Longhorn performs delta backups by default, which means that only data that was When a non-zero `full-backup-interval` parameter is set, Longhorn performs a full backup every `full-backup-interval` incremental backups. During a full backup, Longhorn uploads all data blocks in the volume. Data blocks that exist in the backupstore, including corrupted ones, are overwritten. > **Important**: -> Performing a full backup might take longer and generate higher network throughput and costs than the default incremental backup. \ No newline at end of file +> Performing a full backup might take longer and generate higher network throughput and costs than the default incremental backup. From 090f3ad45b40fd930ff13e01819b08c770b01070 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 4 Sep 2024 17:21:53 +0200 Subject: [PATCH 2/3] fix another typo Signed-off-by: Simon --- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/1.8.0/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.8.0/snapshots-and-backups/scheduling-backups-and-snapshots.md index 46367f787..84234ef8c 100644 --- a/content/docs/1.8.0/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.8.0/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -142,7 +142,7 @@ kubectl -n longhorn-system label volume/ - # kubectl -n longhorn-system label volume/pvc-8b9cd514-4572-4eb2-836a-ed311e804d2f recurring-job.longhorn.io/backup- ``` -## With PersistentVolumeClam Using the `kubectl` command +## With PersistentVolumeClaim Using the `kubectl` command By default, applying a recurring job to a Persistent Volume Claim (PVC) does not have any effect. You can enable or disable this feature using the recurring job source label. From 2f6c888f4fc1c294e34aecc6b93d6581490b0c85 Mon Sep 17 00:00:00 2001 From: Derek Su Date: Wed, 9 Oct 2024 16:56:12 +0800 Subject: [PATCH 3/3] fix: fix typos Signed-off-by: Derek Su --- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 4 ++-- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 4 ++-- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 4 ++-- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 4 ++-- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 4 ++-- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 4 ++-- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 4 ++-- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 4 ++-- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 2 +- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 4 ++-- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 4 ++-- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 2 +- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 4 ++-- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 2 +- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 2 +- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 2 +- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 2 +- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 2 +- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 2 +- .../snapshots-and-backups/scheduling-backups-and-snapshots.md | 2 +- 20 files changed, 31 insertions(+), 31 deletions(-) diff --git a/content/docs/1.5.0/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.5.0/snapshots-and-backups/scheduling-backups-and-snapshots.md index 324e7cf12..73c51ab75 100644 --- a/content/docs/1.5.0/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.5.0/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -69,7 +69,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots @@ -140,7 +140,7 @@ kubectl -n longhorn-system label volume/ - # kubectl -n longhorn-system label volume/pvc-8b9cd514-4572-4eb2-836a-ed311e804d2f recurring-job.longhorn.io/backup- ``` -## With PersistentVolumeClam Using the `kubectl` command +## With PersistentVolumeClaim Using the `kubectl` command By default, applying a recurring job to a Persistent Volume Claim (PVC) does not have any effect. You can enable or disable this feature using the recurring job source label. diff --git a/content/docs/1.5.1/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.5.1/snapshots-and-backups/scheduling-backups-and-snapshots.md index 324e7cf12..73c51ab75 100644 --- a/content/docs/1.5.1/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.5.1/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -69,7 +69,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots @@ -140,7 +140,7 @@ kubectl -n longhorn-system label volume/ - # kubectl -n longhorn-system label volume/pvc-8b9cd514-4572-4eb2-836a-ed311e804d2f recurring-job.longhorn.io/backup- ``` -## With PersistentVolumeClam Using the `kubectl` command +## With PersistentVolumeClaim Using the `kubectl` command By default, applying a recurring job to a Persistent Volume Claim (PVC) does not have any effect. You can enable or disable this feature using the recurring job source label. diff --git a/content/docs/1.5.2/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.5.2/snapshots-and-backups/scheduling-backups-and-snapshots.md index 324e7cf12..73c51ab75 100644 --- a/content/docs/1.5.2/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.5.2/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -69,7 +69,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots @@ -140,7 +140,7 @@ kubectl -n longhorn-system label volume/ - # kubectl -n longhorn-system label volume/pvc-8b9cd514-4572-4eb2-836a-ed311e804d2f recurring-job.longhorn.io/backup- ``` -## With PersistentVolumeClam Using the `kubectl` command +## With PersistentVolumeClaim Using the `kubectl` command By default, applying a recurring job to a Persistent Volume Claim (PVC) does not have any effect. You can enable or disable this feature using the recurring job source label. diff --git a/content/docs/1.5.3/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.5.3/snapshots-and-backups/scheduling-backups-and-snapshots.md index 324e7cf12..73c51ab75 100644 --- a/content/docs/1.5.3/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.5.3/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -69,7 +69,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots @@ -140,7 +140,7 @@ kubectl -n longhorn-system label volume/ - # kubectl -n longhorn-system label volume/pvc-8b9cd514-4572-4eb2-836a-ed311e804d2f recurring-job.longhorn.io/backup- ``` -## With PersistentVolumeClam Using the `kubectl` command +## With PersistentVolumeClaim Using the `kubectl` command By default, applying a recurring job to a Persistent Volume Claim (PVC) does not have any effect. You can enable or disable this feature using the recurring job source label. diff --git a/content/docs/1.5.4/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.5.4/snapshots-and-backups/scheduling-backups-and-snapshots.md index 324e7cf12..73c51ab75 100644 --- a/content/docs/1.5.4/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.5.4/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -69,7 +69,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots @@ -140,7 +140,7 @@ kubectl -n longhorn-system label volume/ - # kubectl -n longhorn-system label volume/pvc-8b9cd514-4572-4eb2-836a-ed311e804d2f recurring-job.longhorn.io/backup- ``` -## With PersistentVolumeClam Using the `kubectl` command +## With PersistentVolumeClaim Using the `kubectl` command By default, applying a recurring job to a Persistent Volume Claim (PVC) does not have any effect. You can enable or disable this feature using the recurring job source label. diff --git a/content/docs/1.5.5/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.5.5/snapshots-and-backups/scheduling-backups-and-snapshots.md index 324e7cf12..73c51ab75 100644 --- a/content/docs/1.5.5/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.5.5/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -69,7 +69,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots @@ -140,7 +140,7 @@ kubectl -n longhorn-system label volume/ - # kubectl -n longhorn-system label volume/pvc-8b9cd514-4572-4eb2-836a-ed311e804d2f recurring-job.longhorn.io/backup- ``` -## With PersistentVolumeClam Using the `kubectl` command +## With PersistentVolumeClaim Using the `kubectl` command By default, applying a recurring job to a Persistent Volume Claim (PVC) does not have any effect. You can enable or disable this feature using the recurring job source label. diff --git a/content/docs/1.5.6/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.5.6/snapshots-and-backups/scheduling-backups-and-snapshots.md index 324e7cf12..73c51ab75 100644 --- a/content/docs/1.5.6/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.5.6/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -69,7 +69,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots @@ -140,7 +140,7 @@ kubectl -n longhorn-system label volume/ - # kubectl -n longhorn-system label volume/pvc-8b9cd514-4572-4eb2-836a-ed311e804d2f recurring-job.longhorn.io/backup- ``` -## With PersistentVolumeClam Using the `kubectl` command +## With PersistentVolumeClaim Using the `kubectl` command By default, applying a recurring job to a Persistent Volume Claim (PVC) does not have any effect. You can enable or disable this feature using the recurring job source label. diff --git a/content/docs/1.6.0/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.6.0/snapshots-and-backups/scheduling-backups-and-snapshots.md index 324e7cf12..73c51ab75 100644 --- a/content/docs/1.6.0/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.6.0/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -69,7 +69,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots @@ -140,7 +140,7 @@ kubectl -n longhorn-system label volume/ - # kubectl -n longhorn-system label volume/pvc-8b9cd514-4572-4eb2-836a-ed311e804d2f recurring-job.longhorn.io/backup- ``` -## With PersistentVolumeClam Using the `kubectl` command +## With PersistentVolumeClaim Using the `kubectl` command By default, applying a recurring job to a Persistent Volume Claim (PVC) does not have any effect. You can enable or disable this feature using the recurring job source label. diff --git a/content/docs/1.6.1/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.6.1/snapshots-and-backups/scheduling-backups-and-snapshots.md index e2e788b23..73c51ab75 100644 --- a/content/docs/1.6.1/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.6.1/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -69,7 +69,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots diff --git a/content/docs/1.6.2/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.6.2/snapshots-and-backups/scheduling-backups-and-snapshots.md index 324e7cf12..73c51ab75 100644 --- a/content/docs/1.6.2/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.6.2/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -69,7 +69,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots @@ -140,7 +140,7 @@ kubectl -n longhorn-system label volume/ - # kubectl -n longhorn-system label volume/pvc-8b9cd514-4572-4eb2-836a-ed311e804d2f recurring-job.longhorn.io/backup- ``` -## With PersistentVolumeClam Using the `kubectl` command +## With PersistentVolumeClaim Using the `kubectl` command By default, applying a recurring job to a Persistent Volume Claim (PVC) does not have any effect. You can enable or disable this feature using the recurring job source label. diff --git a/content/docs/1.6.3/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.6.3/snapshots-and-backups/scheduling-backups-and-snapshots.md index 324e7cf12..73c51ab75 100644 --- a/content/docs/1.6.3/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.6.3/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -69,7 +69,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots @@ -140,7 +140,7 @@ kubectl -n longhorn-system label volume/ - # kubectl -n longhorn-system label volume/pvc-8b9cd514-4572-4eb2-836a-ed311e804d2f recurring-job.longhorn.io/backup- ``` -## With PersistentVolumeClam Using the `kubectl` command +## With PersistentVolumeClaim Using the `kubectl` command By default, applying a recurring job to a Persistent Volume Claim (PVC) does not have any effect. You can enable or disable this feature using the recurring job source label. diff --git a/content/docs/1.6.4/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.6.4/snapshots-and-backups/scheduling-backups-and-snapshots.md index 324e7cf12..0822b1b4e 100644 --- a/content/docs/1.6.4/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.6.4/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -69,7 +69,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots diff --git a/content/docs/1.7.0/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.7.0/snapshots-and-backups/scheduling-backups-and-snapshots.md index a1a574260..851501390 100644 --- a/content/docs/1.7.0/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.7.0/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -71,7 +71,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots @@ -142,7 +142,7 @@ kubectl -n longhorn-system label volume/ - # kubectl -n longhorn-system label volume/pvc-8b9cd514-4572-4eb2-836a-ed311e804d2f recurring-job.longhorn.io/backup- ``` -## With PersistentVolumeClam Using the `kubectl` command +## With PersistentVolumeClaim Using the `kubectl` command By default, applying a recurring job to a Persistent Volume Claim (PVC) does not have any effect. You can enable or disable this feature using the recurring job source label. diff --git a/content/docs/1.7.1/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.7.1/snapshots-and-backups/scheduling-backups-and-snapshots.md index a1a574260..41d4ffc6f 100644 --- a/content/docs/1.7.1/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.7.1/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -71,7 +71,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots diff --git a/content/docs/1.7.2/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/1.7.2/snapshots-and-backups/scheduling-backups-and-snapshots.md index a1a574260..41d4ffc6f 100644 --- a/content/docs/1.7.2/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/1.7.2/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -71,7 +71,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots diff --git a/content/docs/archives/1.3.3/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/archives/1.3.3/snapshots-and-backups/scheduling-backups-and-snapshots.md index bb8b775b9..9124cc6f5 100644 --- a/content/docs/archives/1.3.3/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/archives/1.3.3/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -66,7 +66,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots diff --git a/content/docs/archives/1.3.4/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/archives/1.3.4/snapshots-and-backups/scheduling-backups-and-snapshots.md index bb8b775b9..9124cc6f5 100644 --- a/content/docs/archives/1.3.4/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/archives/1.3.4/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -66,7 +66,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots diff --git a/content/docs/archives/1.4.2/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/archives/1.4.2/snapshots-and-backups/scheduling-backups-and-snapshots.md index bb8b775b9..9124cc6f5 100644 --- a/content/docs/archives/1.4.2/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/archives/1.4.2/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -66,7 +66,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots diff --git a/content/docs/archives/1.4.3/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/archives/1.4.3/snapshots-and-backups/scheduling-backups-and-snapshots.md index bb8b775b9..9124cc6f5 100644 --- a/content/docs/archives/1.4.3/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/archives/1.4.3/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -66,7 +66,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots diff --git a/content/docs/archives/1.4.4/snapshots-and-backups/scheduling-backups-and-snapshots.md b/content/docs/archives/1.4.4/snapshots-and-backups/scheduling-backups-and-snapshots.md index bb8b775b9..9124cc6f5 100644 --- a/content/docs/archives/1.4.4/snapshots-and-backups/scheduling-backups-and-snapshots.md +++ b/content/docs/archives/1.4.4/snapshots-and-backups/scheduling-backups-and-snapshots.md @@ -66,7 +66,7 @@ The following parameters should be specified for each recurring job selector: - `task`: Type of the job. Longhorn supports the following: - `backup`: periodically create snapshots then do backups after cleaning up outdated snapshots - - `backup-force-create`: periodically create snapshots the do backups + - `backup-force-create`: periodically create snapshots then do backups - `snapshot`: periodically create snapshots after cleaning up outdated snapshots - `snapshot-force-create`: periodically create snapshots - `snapshot-cleanup`: periodically purge removable snapshots and system snapshots