Restic with ripgrep for powerfull file filtering
460
Example 1: Using .gitignore to exclude files
apiVersion: v1
kind: Pod
metadata:
name: "backup"
spec:
containers:
- name: restic
image: abihf/restic-ripgrep:0.15.2
command:
- /bin/sh
- -c
- rg --no-require-git --files | restic backup --files-from-verbatim /dev/stdin
workingDir: /data
Content type
Image
Digest
sha256:7ed7c0152…
Size
17.3 MB
Last updated
over 1 year ago
docker pull abihf/restic-ripgrep