Go to file
2023-04-14 20:43:31 +02:00
cmd backupsession housekeeping. delete the old backup and the corresponding restic snapshots 2023-03-25 21:23:11 +01:00
controllers Added Name alongside to Namespace to Session 2023-04-14 20:43:31 +02:00
formol@61f45a7940 A step farther with create volume from snapshot 2023-04-11 18:19:30 +02:00
standalone changed backupsession prefix to 'bs' 2023-04-14 20:39:21 +02:00
.gitignore Initial commit 2023-02-03 18:36:09 +01:00
.gitmodules Added Docker file 2023-02-08 12:49:05 +01:00
Dockerfile Faster build 2023-02-08 17:59:02 +01:00
Dockerfile.amd64 multi arch Dockerfile 2023-03-20 22:15:13 +01:00
Dockerfile.arm64 multi arch Dockerfile 2023-03-20 22:15:13 +01:00
go.mod First volume snapshot created 2023-04-11 10:48:57 +02:00
LICENSE Initial commit 2023-02-03 18:36:09 +01:00
main.go Initial commit 2023-02-03 18:36:09 +01:00
Makefile Should backup paths 2023-02-20 10:30:31 +01:00
README.md Added README 2023-03-21 10:32:35 +01:00

buildah bud --platform linux/arm64,linux/amd64 --manifest docker.io/desmo999r/formolcli:0.4.0 .