Go to file
2023-03-21 10:36:39 +01:00
backupsession Most of the state machine is implemented 2023-02-07 23:14:25 +01:00
cmd prepared BackupSession and RestoreSession common code 2023-03-20 22:14:41 +01:00
controllers fixed imports 2023-03-21 10:36:39 +01:00
formol@3486ad2efe prepared BackupSession and RestoreSession common code 2023-03-20 22:14:41 +01: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 Added Docker file 2023-02-08 12:49:05 +01: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 .