initial commit

This commit is contained in:
2023-05-26 12:05:53 -07:00
commit 98779c5728
6 changed files with 222 additions and 0 deletions

8
cuddlefish/backup Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# CONTAINER_ID=b581d6283772
CONTAINER_ID=gitea
docker commit -p $CONTAINER_ID gitea-checkpoint-latest
docker save -o gitea-checkpoint-$(date | tr '[:upper:]' '[:lower:]' | tr ' ' '_').tar checkpoint-latest