Skip to content

Commit 0ed5b7c

Browse files
docs(backups): exclude disks (#8493)
I have checked the source code, and it uses a "Contains" and not some kind of "StartsWith" to check whether the disk name should be excluded. I think it is important to clarify that it is possible to place the "[NOBAK]" label after the disk name, which might help some to maintain their naming convention.
1 parent dba08f0 commit 0ed5b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/docs/backups.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If the warning icon is still there, double-check that no encrypted backups remai
8383

8484
## Exclude disks
8585

86-
During a backup job, you can avoid saving all disks of the VM. To do that is trivial: just edit the VM disk name and add `[NOBAK]` before the current name, eg: `data-disk` will become `[NOBAK] data-disk` (with a space or not, doesn't matter).
86+
During a backup job, you can avoid saving all disks of the VM. To do that is trivial: just edit the VM disk name so it contains `[NOBAK]` somewhere, eg: `data-disk` will become `data-disk [NOBAK]` or perhaps `[NOBAK] data-disk` (with a space or not, doesn't matter).
8787

8888
The disks marked with `[NOBAK]` will be now ignored in all following backups.
8989

0 commit comments

Comments
 (0)