Commit History

Author SHA1 Message Date
  Dan Helfman 28fef3264b Fix handling of "patterns_from" and "exclude_from" options to error instead of warning when referencing unreadable files and running "create" action (#486). 3 years ago
  Dan Helfman 9161dbcb7d Removing unnecessary leading underscores from functions. 3 years ago
  Dan Helfman 4b3027e4fc Add test for new working_directory option (#431). 3 years ago
  Dan Helfman 0eb2634f9b Working directory option to support source directories with relative paths (#431). 3 years ago
  Dan Helfman 9317cbaaf0 Code formatting. 3 years ago
  Dan Helfman 1b5f04b79f When using the "remote_rate_limit" option, tailor the flags passed to Borg depending on the Borg version (#394). 3 years ago
  Dan Helfman 948c86f62c When using the "numeric_owner" option with the "extract" action, tailor the flags passed to Borg depending on the Borg version (#394). 3 years ago
  Dan Helfman 7e7209322a When using the "numeric_owner" option, tailor the flags passed to Borg depending on the Borg version (#394). 3 years ago
  Dan Helfman 00a57fd947 Code formatting. 3 years ago
  Dan Helfman 6bf6ac310b When using the "bsd_flags" option, tailor the flags passed to Borg depending on the Borg version (#394). 3 years ago
  Dan Helfman 4b5af2770d When the "atime" option is used, tailor the flags passed to Borg depending on version (#394). 3 years ago
  Fabian Schilling 85e0334826 Add missing working_directory arg to pass tests 3 years ago
  Dan Helfman 449896f661 Fix error when configured source directories are not present on the filesystem at the time of backup (#387). 3 years ago
  François Poulain ebac02f118 Mention placeholders for repositories in documentation; fix #369 4 years ago
  Dan Helfman 27cbe9dfc0 Fix for potential data loss (data not getting backed up) when borgmatic omitted configured source directories in certain situations (#333). 5 years ago
  Dan Helfman 097a09578a Fix enabled database hooks to implicitly set one_file_system configuration option to true to prevent Borg hang. (#315). 5 years ago
  Dan Helfman 96df52ec50 Fix hang when streaming a database dump to Borg with implicit duplicate source directories by deduplicating them first (#316). 5 years ago
  Dan Helfman d88f321cef Fix legitimate database dump command errors (exit code 1) not being treated as errors by borgmatic (#310). 5 years ago
  Dan Helfman 8b91c01a4c Add some missing test coverage. 5 years ago
  Dan Helfman 1ea047dd94 Remove "borgmatic restore --progress" flag, as it now conflicts with streaming database restores. 5 years ago
  Dan Helfman 1ba996ad93 Additional test coverage. 5 years ago
  Dan Helfman 94b9ef56be Change "exclude_if_present" option to support multiple filenames, rather than just a single filename (#280). 5 years ago
  Dan Helfman 53e6ff9524 No longer list files or show stats by default at verbosity 2. 5 years ago
  Dan Helfman d93fdbc5ad Support "--files" and "--stats" flags at verbosity level 0. 5 years ago
  palto42 75b5e7254e changes as per comments in PR #283 5 years ago
  palto42 e27ba0d08a less detail at v1 + option "--files" for details 5 years ago
  Dan Helfman 8660af745e Optionally change the internal database dump path via "borgmatic_source_directory" option in location configuration section (#259). 5 years ago
  Dan Helfman 0c6c61a272 Pass extra options directly to particular Borg commands, handy for Borg options that borgmatic does not yet support natively (#235). 5 years ago
  Dan Helfman 00f62ca023 Fix for "before_backup" hook not triggering an error when the command contains "borg" and has an exit code of 1 (#256). 5 years ago
  Dan Helfman 9b2ca15de6 Fix for garbled Borg file listing when using "borgmatic create --progress" with verbosity level 1 or 2 (#257). 5 years ago