You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -361,9 +361,9 @@ If `DEFAULT_BACKUP_LOCATION` = `blobxfer` then the following options are used:.
361
361
|`DEFAULT_BLOBXFER_STORAGE_ACCOUNT`| Microsoft Azure Cloud storage account name. || x |
362
362
|`DEFAULT_BLOBXFER_STORAGE_ACCOUNT_KEY`| Microsoft Azure Cloud storage account key. || x |
363
363
|`DEFAULT_BLOBXFER_REMOTE_PATH`| Remote Azure path |`/docker-db-backup`| x |
364
-
|`DEFAULT_BLOBXFER_REMOTE_MODE`| Azure Storage mode e.g. `auto`, `file`, `append`, `block` or `page`|`auto`| x |
364
+
|`DEFAULT_BLOBXFER_MODE`| Azure Storage mode e.g. `auto`, `file`, `append`, `block` or `page`|`auto`| x |
365
365
366
-
- When `DEFAULT_BLOBXFER_REMOTE_MODE` is set to auto it will use blob containers by default. If the `DEFAULT_BLOBXFER_REMOTE_PATH` path does not exist a blob container with that name will be created.
366
+
- When `DEFAULT_BLOBXFER_MODE` is set to auto it will use blob containers by default. If the `DEFAULT_BLOBXFER_REMOTE_PATH` path does not exist a blob container with that name will be created.
367
367
368
368
> This service uploads files from backup targed directory `DEFAULT_FILESYSTEM_PATH`.
369
369
> If the a cleanup configuration in `DEFAULT_CLEANUP_TIME` is defined, the remote directory on Azure storage will also be cleaned automatically.
@@ -646,7 +646,7 @@ If `DB01_BACKUP_LOCATION` = `blobxfer` then the following options are used:.
646
646
|`DB01_BLOBXFER_REMOTE_PATH`| Remote Azure path |`/docker-db-backup`| x |
647
647
|`DB01_BLOBXFER_REMOTE_MODE`| Azure Storage mode e.g. `auto`, `file`, `append`, `block` or `page`|`auto`| x |
648
648
649
-
- When `DEFAULT_BLOBXFER_REMOTE_MODE` is set to auto it will use blob containers by default. If the `DEFAULT_BLOBXFER_REMOTE_PATH` path does not exist a blob container with that name will be created.
649
+
- When `DEFAULT_BLOBXFER_MODE` is set to auto it will use blob containers by default. If the `DEFAULT_BLOBXFER_REMOTE_PATH` path does not exist a blob container with that name will be created.
650
650
651
651
> This service uploads files from backup directory `DB01_BACKUP_FILESYSTEM_PATH`.
652
652
> If the a cleanup configuration in `DB01_CLEANUP_TIME` is defined, the remote directory on Azure storage will also be cleaned automatically.
0 commit comments