mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 00:52:59 +01:00
Change :
to -
in auto backup name
This commit is contained in:
parent
314a194368
commit
982b16a8ee
@ -124,7 +124,7 @@ class CronContainer {
|
||||
if (status.status === "creating" || status.status === "upload" || status.status === "download")
|
||||
return;
|
||||
|
||||
let name = 'Auto-' + moment().format('YYYY-MM-DD_HH:mm');
|
||||
let name = 'Auto-' + moment().format('YYYY-MM-DD_HH-mm');
|
||||
hassioApiTools.createNewBackup(name).then((id) => {
|
||||
hassioApiTools.downloadSnapshot(id)
|
||||
.then(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user