mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-02 00:30:40 +00:00
add cron tag
This commit is contained in:
@@ -20,7 +20,7 @@ var backupCmd = &cobra.Command{
|
||||
CheckErr(err)
|
||||
for _, name := range selected {
|
||||
location, _ := internal.GetLocation(name)
|
||||
location.Backup()
|
||||
location.Backup(false)
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user