Backup cmd take 3
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user