Skip to content

Commit

Permalink
Merge pull request #1043 from tesshuflower/restic_lostfound
Browse files Browse the repository at this point in the history
exclude lost+found for restic
  • Loading branch information
openshift-merge-bot[bot] authored Dec 19, 2023
2 parents e31853d + bc2c74f commit 9ae2bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mover-restic/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function ensure_initialized {
function do_backup {
echo "=== Starting backup ==="
pushd "${DATA_DIR}"
"${RESTIC[@]}" backup --host "${RESTIC_HOST}" .
"${RESTIC[@]}" backup --host "${RESTIC_HOST}" --exclude='lost+found' .
popd
}

Expand Down

0 comments on commit 9ae2bb4

Please sign in to comment.