Tom Wiesing
2881a5f65c
resolver: Use self-built image
...
This commit updates the resolver component to use an image that is built
locally.
2022-09-09 18:01:57 +02:00
Tom Wiesing
c4de1f2a06
snapshot: Explicitly export Pathbuilders
...
This commit updates the 'wdcli snapshot' command to also export
pathbuilders from the system.
2022-09-09 10:14:27 +02:00
Tom Wiesing
89bbbb7371
Update documentation
...
This commit updates documentation to complete the move to go
2022-09-08 14:39:05 +02:00
Tom Wiesing
437f499fb4
Remove unuused files
...
This commit completes the code porting to go, and removes any old data
no longer in use.
2022-09-08 14:39:05 +02:00
Tom Wiesing
fc3b9170a6
wdcli: Implement backup & snapshot
...
This commit implements command backup and snapshot.
2022-09-08 14:39:05 +02:00
Tom Wiesing
bb73a73f57
backup: Move taking snapshot to separate function
...
This commit moves taking a snapshot of a running instance to a separate
function.
2022-09-08 14:39:05 +02:00
Tom Wiesing
09431c4869
env: Move each component into a separate struct
...
This commit cleans up the distillery code by making each component a
distinct struct. Each of these components is also returned by by a new
Component() function that replaces the Stacks() function.
2022-09-08 14:39:04 +02:00
Tom Wiesing
2a14d93d3c
Implement initial 'wdcli backup_instance' command
...
This commit performs an initial implementation of the 'backup_instance'
command.
2022-09-08 14:39:04 +02:00
Tom Wiesing
7b38fdd801
Do a large chunk of the move to go
...
This commit moves a huge chunk of the code to go. The TODO.md document
indicates what is left to be done.
2022-09-08 14:39:04 +02:00