Tom Wiesing
b0d3c686ba
Use environment DialContext and Listen everywhere
2022-09-19 12:42:33 +02:00
Tom Wiesing
f19619ef9f
Add 'environment' package
...
This commit adds a new environment package that manages all calls to the
underlying operating system.
2022-09-18 14:24:22 +02:00
Tom Wiesing
a1f35b97d3
Initial status page
2022-09-16 17:54:40 +02:00
Tom Wiesing
f5f2ac1a03
Merge all the server components
2022-09-15 15:12:48 +02:00
Tom Wiesing
a8da3f70eb
Move instances into a separate component
2022-09-14 18:07:12 +02:00
Tom Wiesing
ef1243ea39
Rename packages
2022-09-14 14:17:08 +02:00
Tom Wiesing
f674e50e10
snapshot: Separate into whitebox and blackbox backup
2022-09-13 16:34:18 +02:00
Tom Wiesing
ac43221932
{snapshot,backup}: Keep track of errors when writing report
2022-09-13 14:37:04 +02:00
Tom Wiesing
40a1aafbee
targz: Handle links properly
2022-09-13 11:50:20 +02:00
Tom Wiesing
a4f91ae7cf
{backup,snapshort}: Improve behaviour
...
This commit improves the behaviour of 'backup' and 'snapshot' by
treating symbolic links properly, as well as writes proper reports.
2022-09-13 11:44:32 +02:00
Tom Wiesing
a360324f62
Refactor Package structure
...
This commit cleans up the package structure, to make two new top-level
packages `internal` (for internal-use packages) and `pkg` (for general
shared utility code).
2022-09-12 15:42:21 +02:00