Skip to content

Commit

Permalink
Merge pull request #13 from sonroyaalmerol/bugfix/pbs-flags
Browse files Browse the repository at this point in the history
modify pbs client flags
  • Loading branch information
sonroyaalmerol authored Dec 24, 2024
2 parents 295edec + 69529c1 commit 90e38bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/backend/backup/jobrun.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ func RunBackup(job *store.Job, storeInstance *store.Store, waitChan chan struct{
jobStore,
"--change-detection-mode=metadata",
"--backup-id", backupId,
"--crypt-mode=none",
"--skip-e2big-xattr", "true",
"--skip-lost-and-found", "true",
}

for _, exclusion := range job.Exclusions {
Expand Down

0 comments on commit 90e38bb

Please sign in to comment.