[per-feature organization] RDoc-3478 backups reorganization#2335
[per-feature organization] RDoc-3478 backups reorganization#2335reebhub wants to merge 5 commits intoravendb:mainfrom
Conversation
| - And an incremental backup added every 20 minutes: | ||
| `IncrementalBackupFrequency = "*/20 * * * *"` | ||
|
|
||
| If the need arises to restore from backup, a new database will be created and the backup folder provided to the restore procedure, which will automatically add to the new database the content of the full backup and all its subsequent incremental backups in the correct order. |
There was a problem hiding this comment.
Sentence not so clear
Did you mean ...a new database will be created from the database folder...
instead of ...a new database will be created and the backup folder... ?
There was a problem hiding this comment.
removed & added to the "restoring from backup" section as a clear bullet list
| - Backed-up Database Name | ||
| - Owner-Node Tag | ||
| - Backup Type ("backup" for a logical backup or "snapshot" for a snapshot image) | ||
| - Backup Scope ("full-backup" or "incremental-backup") |
There was a problem hiding this comment.
It says "The names are constructed of:...."
However, for example, node-tag and database name are only relevant to the folder name.
Better to separate and clarify which component applies to the folder and which applies to the file names.
|
|
||
| --- | ||
|
|
||
| #### Folder Structure: |
There was a problem hiding this comment.
Better to rename the heading to Folder contents or Backup folder content instead of "Folder Structure",
since the section describes the files inside a backup folder rather than a directory hierarchy.
|
Also, pls fix the link to |
| ## Deleting a server-wide backup task | ||
|
|
||
| To delete a server-wide backup task: | ||
| - Use `DeleteServerWideTaskOperation` and pass the name of the server-wide backup task you want to delete. |
There was a problem hiding this comment.
Looking just at this section, you wonder if this single operation deletes all the derived tasks automatically.
Can you explicitly clarify here what happens to the derived database backup tasks?


Issue link
RDoc-3478 backup
RDoc-3731 server-wide backup
RDoc-3699 overview
RDoc-3700 periodic backup
RDoc-3701 one-time backup
RDoc-3730 features previously undocumented
RDoc-1926 override configuration script
RDoc-3702 restore
RDoc-3703 faq
RDoc-3704 configuration
Additional description
collected all backup documents into a single "backup" root folder
include many edits & additions
Type of change
/templatesor readme)Changes in docs URLs
/scripts/redirects.jsonfile, setDocuments MovedPR label)Changes in UX/UI