Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,22 @@ spec:
ttl: 720h0m0s
EOF
----

<1> `cron` expression to schedule the backup, for example, `0 7 * * *` to perform a backup every day at 7:00.
+
[NOTE]
====
To schedule a backup at specific intervals, enter the `<duration_in_minutes>` in the following format:
[source,terminal]
----
schedule: "*/10 * * * *"
----
Enter the minutes value between quotation marks (`" "`).
====

<2> Array of namespaces to back up.
<3> Name of the `backupStorageLocations` CR.
<4> Optional: In OADP version 1.2 and later, add the `defaultVolumesToFsBackup: true` key-value pair to your configuration when performing backups of volumes with Restic. In OADP 1.1, add the `defaultVolumesToRestic: true` key-value pair when you back up volumes with Restic.
<4> Optional: In OADP version 1.2 and later, add the `defaultVolumesToFsBackup: true` key-value pair to your configuration when performing backups of volumes with Restic. In OADP version 1.1, add the `defaultVolumesToRestic: true` key-value pair when you back up volumes with Restic.

. Verify that the status of the `Schedule` CR is `Completed` after the scheduled backup runs:
+
Expand Down
71 changes: 0 additions & 71 deletions modules/oadp-scheduling-backups.adoc

This file was deleted.

2 changes: 0 additions & 2 deletions virt/backup_restore/virt-backing-up-vms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ include::modules/oadp-backing-up-pvs-csi.adoc[leveloffset=+2]
include::modules/oadp-backing-up-applications-restic.adoc[leveloffset=+2]
include::modules/oadp-creating-backup-hooks.adoc[leveloffset=+2]

include::modules/oadp-scheduling-backups.adoc[leveloffset=+1]

[id="additional-resources_virt-backing-up-vms"]
== Additional resources

Expand Down