File tree 2 files changed +24
-1
lines changed
pages/vshn-managed/nextcloud
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 95
95
** xref:vshn-managed/nextcloud/deletion-protection.adoc[]
96
96
** xref:vshn-managed/nextcloud/plans.adoc[]
97
97
** xref:vshn-managed/nextcloud/collabora.adoc[Collabora]
98
-
98
+ ** xref:vshn-managed/nextcloud/backup.adoc[Backup]
99
99
100
100
.OpenSearch
101
101
* xref:exoscale-dbaas/opensearch/index.adoc[On Exoscale]
Original file line number Diff line number Diff line change
1
+ = Backups
2
+
3
+ Backups are enabled by default. The Nextcloud instance will be backed up daily at a randomly chosen time between 22:00 and 4:00.
4
+
5
+ You can specify a different backup time and interval using the following backup configuration:
6
+
7
+ [source,yaml]
8
+ ----
9
+ apiVersion: vshn.appcat.vshn.io/v1
10
+ kind: VSHNNextcloud
11
+ metadata:
12
+ name: nextcloud-app1-prod
13
+ namespace: <your-namespace>
14
+ spec:
15
+ parameters:
16
+ ...
17
+ backup:
18
+ schedule: 0 22 * * * <1>
19
+ ...
20
+ ----
21
+ <1> The schedules for your backups.
22
+
23
+ NOTE: Self service restores are currently not available. Please open a ticket if you need to restore the data of your Nextcloud instance.
You can’t perform that action at this time.
0 commit comments