Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d8ee0edce7 |
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM docker:29.4.3-dind
|
||||
FROM docker:29.6.2-dind
|
||||
|
||||
RUN apk add --upgrade --no-cache restic bash python3 py3-pip py3-click py3-docker-py py3-json-logger curl
|
||||
|
||||
|
||||
+1
-1
@@ -224,7 +224,7 @@ def restore_path(snapshot_id, target, noninteractive, paths):
|
||||
|
||||
|
||||
def restic_restore(snapshot_id, include=[], target_dir=None):
|
||||
cmd = restic.cat.base_command() + ["restore", snapshot_id, "--delete"]
|
||||
cmd = restic.cat.base_command() + ["restore", snapshot_id]
|
||||
for path in include:
|
||||
cmd.extend(["--include", path])
|
||||
if target_dir:
|
||||
|
||||
Reference in New Issue
Block a user