backups: support services for restore #631

Merged
clan-bot merged 2 commits from lassulus-HEAD into main 2023-12-08 18:16:08 +00:00
Owner

clan-cli Machines: implement eval/build-cache

clan-cli Machines: implement eval/build-cache
Mic92 reviewed 2023-12-08 17:53:27 +00:00
@ -12,0 +41,4 @@
job_name=parsed_json["job-name"],
)
results.append(backup)
except Exception as e:
Owner

json.JSONDecodeError and reduce the try scope size.

json.JSONDecodeError and reduce the try scope size.
Mic92 marked this conversation as resolved
Mic92 reviewed 2023-12-08 17:55:47 +00:00
@ -12,0 +27,4 @@
)
if proc.returncode != 0:
# TODO this should be a warning, only raise exception if no providers succeed
print(f"failed to list backups for provider {provider}")
Owner

raise ClanError

raise ClanError
Mic92 marked this conversation as resolved
lassulus force-pushed lassulus-HEAD from 07996e04d6 to 8340d8f5f2 2023-12-08 18:10:24 +00:00 Compare
Owner

Would be great to have a nixos test for this.

Would be great to have a nixos test for this.
Author
Owner

Would be great to have a nixos test for this.

yes that would be great :)

> Would be great to have a nixos test for this. yes that would be great :)
clan-bot was assigned by lassulus 2023-12-08 18:15:54 +00:00
clan-bot merged commit 28a6613bde into main 2023-12-08 18:16:08 +00:00
Mic92 added the
changes-requested
label 2023-12-08 19:15:35 +00:00
Mic92 removed the
changes-requested
label 2023-12-15 11:03:31 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: clan/clan-core#631
No description provided.