Backup cmd take 3

This commit is contained in:
2025-06-01 10:03:12 -04:00
parent f7a2a83a6c
commit a5d18c55c2

View File

@@ -34,7 +34,7 @@ def kopiaBackup [job] {
#using sudo is annoying but since this is backing up docker containers #using sudo is annoying but since this is backing up docker containers
#the permissions are often wrong. I should be using podman + rootless #the permissions are often wrong. I should be using podman + rootless
logStartJob $job.statusSlug logStartJob $job.statusSlug
sudo kopia --config-file=$job.target snapshot create $job.source sudo kopia --config-file=($job.target) snapshot create ($job.source)
logFinishedJob $job.statusSlug logFinishedJob $job.statusSlug
} }