Sign inSign up

abihf/restic-ripgrep

By abihf

Updated over 1 year ago

Restic with ripgrep for powerfull file filtering

Image
0

460

abihf/restic-ripgrep repository overview

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

Tag summary

Content type

Image

Digest

sha256:7ed7c0152

Size

17.3 MB

Last updated

over 1 year ago

docker pull abihf/restic-ripgrep