Spaces:
Runtime error
Runtime error
Update plugins/DriveBackupV2/config.yml
Browse files
plugins/DriveBackupV2/config.yml
CHANGED
|
@@ -20,10 +20,10 @@ scheduled-backups: false
|
|
| 20 |
|
| 21 |
backup-list:
|
| 22 |
- glob: world*
|
| 23 |
-
|
| 24 |
create: true
|
| 25 |
- path: plugins
|
| 26 |
-
|
| 27 |
create: true
|
| 28 |
|
| 29 |
local-save-directory: backups
|
|
|
|
| 20 |
|
| 21 |
backup-list:
|
| 22 |
- glob: world*
|
| 23 |
+
format: Backup-%NAME%-%FORMAT% # Creates folders like Backup-world-<timestamp>
|
| 24 |
create: true
|
| 25 |
- path: plugins
|
| 26 |
+
format: Backup-plugins-%FORMAT% # Creates a folder like Backup-plugins-<timestamp>
|
| 27 |
create: true
|
| 28 |
|
| 29 |
local-save-directory: backups
|