Implement initial 'wdcli backup_instance' command
This commit performs an initial implementation of the 'backup_instance' command.
This commit is contained in:
parent
a64c02cd78
commit
2a14d93d3c
17 changed files with 437 additions and 135 deletions
|
|
@ -160,6 +160,8 @@ func (si systemupdate) Run(context wisski_distillery.Context) error {
|
|||
return errBootstrapTriplestore.WithMessageF(err)
|
||||
}
|
||||
|
||||
// TODO: Register cronjob in /etc/cron.d!
|
||||
|
||||
logging.LogMessage(context.IOStream, "System has been updated")
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue