'wdcli backup': Rework backup process
This commit reworks the backup process to dynamically find the list of components.
This commit is contained in:
parent
55bee7422d
commit
5cd5ae9be2
32 changed files with 361 additions and 279 deletions
|
|
@ -122,7 +122,7 @@ func (si systemupdate) Run(context wisski_distillery.Context) error {
|
|||
}
|
||||
|
||||
if err := logging.LogOperation(func() error {
|
||||
for _, component := range dis.Components() {
|
||||
for _, component := range dis.Installables() {
|
||||
stack := component.Stack()
|
||||
ctx := component.Context(ctx)
|
||||
if err := logging.LogOperation(func() error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue