add cron tag

This commit is contained in:
2021-04-20 20:49:09 +02:00
parent a35edcaea5
commit ea82fea8e1
4 changed files with 32 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ var backupCmd = &cobra.Command{
CheckErr(err)
for _, name := range selected {
location, _ := internal.GetLocation(name)
location.Backup()
location.Backup(false)
}
},
}