👔 Optimize watchtower backup format
This commit is contained in:
parent
7942873e21
commit
cf513a7ee8
@ -30,7 +30,7 @@ func BackupDb() error {
|
||||
|
||||
outFile := filepath.Join(
|
||||
backupPath,
|
||||
fmt.Sprintf("watchtower_db_backup_%s", time.Now().Format("2006-01-02 15:04:05")),
|
||||
fmt.Sprintf("watchtower_db_backup_%s", time.Now().Format("2006-01-02_15:04:05")),
|
||||
)
|
||||
|
||||
// Reading config
|
||||
|
Loading…
x
Reference in New Issue
Block a user