Go to file
2023-04-14 20:54:26 +02:00
cmd backupsession housekeeping. delete the old backup and the corresponding restic snapshots 2023-03-25 21:23:11 +01:00
controllers VolumeSnapshot will be deleted by the Job 2023-04-14 20:52:48 +02:00
formol@8975f77e58 VolumeSnapshot will be deleted by the Job 2023-04-14 20:52:48 +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 reworked the multiplatform Makefile 2023-04-14 20:54:26 +02: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 reworked the multiplatform Makefile 2023-04-14 20:54:26 +02: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 .