feat: backup/restore [ci skip]
All checks were successful
continuous-integration/drone/pr Build is passing

See coop-cloud/organising#30.
This commit is contained in:
2022-03-31 01:53:11 +02:00
parent 622ecc4885
commit b27acb2f61
6 changed files with 441 additions and 0 deletions

View File

@ -172,6 +172,7 @@ func newAbraApp(version, commit string) *cli.App {
path.Join(config.SERVERS_DIR),
path.Join(config.RECIPES_DIR),
path.Join(config.VENDOR_DIR),
path.Join(config.BACKUP_DIR),
}
for _, path := range paths {