rootCmd.PersistentFlags().StringVar(&flags.DOCKER_IMAGE,"docker-image","cupcakearmy/autorestic:"+internal.VERSION,"specify a custom docker image")
rootCmd.PersistentFlags().StringVar(&flags.DOCKER_IMAGE,"docker-image","cupcakearmy/autorestic:"+internal.VERSION,"specify a custom docker image")
rootCmd.PersistentFlags().StringVar(&flags.LOCKFILE_PATH,"lockfile-path","","specify a custom path for the lockfile (defaults to .autorestic.lock.yml next to the loaded autorestic config file)")