Spaces:
Runtime error
Runtime error
Update plugins/DriveBackupV2/config.yml
Browse files
plugins/DriveBackupV2/config.yml
CHANGED
|
@@ -20,13 +20,12 @@ scheduled-backups: false
|
|
| 20 |
|
| 21 |
backup-list:
|
| 22 |
- glob: world*
|
| 23 |
-
format: Backup-%NAME
|
| 24 |
create: true
|
| 25 |
- path: plugins
|
| 26 |
-
format: Backup-plugins-%FORMAT
|
| 27 |
create: true
|
| 28 |
|
| 29 |
-
local-save-directory: backups
|
| 30 |
remote-save-directory: backups
|
| 31 |
|
| 32 |
googledrive:
|
|
|
|
| 20 |
|
| 21 |
backup-list:
|
| 22 |
- glob: world*
|
| 23 |
+
format: Backup-%NAME-%FORMAT.zip
|
| 24 |
create: true
|
| 25 |
- path: plugins
|
| 26 |
+
format: Backup-plugins-%FORMAT.zip
|
| 27 |
create: true
|
| 28 |
|
|
|
|
| 29 |
remote-save-directory: backups
|
| 30 |
|
| 31 |
googledrive:
|