Skip to content

Commit

Permalink
Explcilty igmore 'unknown or unsupported entry type' error
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Oct 23, 2024
1 parent 7513193 commit 6ccb15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-modules/profile/files/kopia-backup
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for repo in ${REPOS} ; do
#kopia snapshot create --all ${ARGS}
while read host snap ; do
log_info "Creating snapshot ${snap} in ${repo} for ${host}"
kopia snapshot create ${ARGS} "${snap}"
kopia snapshot create ${ARGS} "${snap}" | grep -v 'unknown or unsupported entry type'
done< <( kopia snapshot list --json --max-results=1 | jq -r '.[] | "\(.source.host) \(.source.path)"' | grep $(hostname))

day_of_week=$(date +%u)
Expand Down

0 comments on commit 6ccb15b

Please sign in to comment.