better config handling

This commit is contained in:
2021-08-05 21:48:02 +02:00
parent 7bebd04482
commit 20334a7e83
5 changed files with 24 additions and 9 deletions

View File

@@ -13,12 +13,11 @@ var backupCmd = &cobra.Command{
Use: "backup",
Short: "Create backups for given locations",
Run: func(cmd *cobra.Command, args []string) {
internal.GetConfig()
err := lock.Lock()
CheckErr(err)
defer lock.Unlock()
internal.GetConfig()
selected, err := internal.GetAllOrSelected(cmd, false)
CheckErr(err)
errors := 0