wdcli: Implement backup & snapshot

This commit implements command backup and snapshot.
This commit is contained in:
Tom Wiesing 2022-09-07 16:01:09 +02:00
parent d818cb93a5
commit fc3b9170a6
No known key found for this signature in database
11 changed files with 535 additions and 178 deletions

View file

@ -45,7 +45,7 @@ func init() {
// backup & cron
wdcli.Register(cmd.Snapshot)
// wdcli.Register(cmd.BackupAll)
wdcli.Register(cmd.Backup)
wdcli.Register(cmd.Cron)
}