Commit History

Author SHA1 Message Date
  Dan Helfman 35a11559ac Fix error parsing arguments with multiple verbosity flags (#716). 2 years ago
  Dan Helfman 803fc25848 Add a test for another edge case (#712). 2 years ago
  Dan Helfman 248f82d6f6 Fix for another subaction argument-parsing edge case (#712). 2 years ago
  Dan Helfman 7b8be800a4 Refactor arguments parsing to fix bootstrap action CLI issues (#712). 2 years ago
  Divyansh Singh 197920d9ef improve tests and some docstrings. 2 years ago
  Divyansh Singh 425f260a22 test parser merging 2 years ago
  Divyansh Singh 2d761dd86b coverage at 100 2 years ago
  Divyansh Singh f82631e3bb tests for arguments.py 2 years ago
  Dan Helfman 359afe5318 Error if --list is used with --json for create action (#680). 2 years ago
  Dan Helfman 616eb6b6da Fix error with "info --match-archives" and fix "--match-archives" overriding logic (#666). 2 years ago
  Nain 7de9260b0d Remove test now that --repository isn't expected to error 2 years ago
  Dan Helfman 9b83afe491 With the "create" action, only one of "--list" ("--files") and "--progress" flags can be used. 2 years ago
  Dan Helfman 2774c2e4c0 Add support for Borg 2's "--match-archives" flag (replaces "--glob-archives") (#591). 2 years ago
  Dan Helfman 462326406e Drop only-style actions like "--create", rename "prune --files" to "prune --list", and add "--list" alias to "create" and "export-tar" (#571). 2 years ago
  Dan Helfman 540f9f6b72 Add missing test for "transfer" action (#557). 2 years ago
  Dan Helfman 7dee6194a2 Add new "transfer" action for Borg 2 (#557). 2 years ago
  Dan Helfman 3ab7a3b64a Replace use of --prefix with --glob-archives in info action (#557). 2 years ago
  Dan Helfman c7176bd00a Add rinfo action for Borg 2 support (#557). 2 years ago
  Dan Helfman 622caa0c21 Support for Borg 2's rcreate and rinfo sub-commands (#557). 2 years ago
  Dan Helfman 80ec3e7d97 Deprecate "borgmatic list --successful" flag, as listing only non-checkpoint (successful) archives is now the default in newer versions of Borg. 3 years ago
  Dan Helfman cf8882f2bc Run arbitrary Borg commands with new "borgmatic borg" action (#425). 4 years ago
  Dan Helfman 1ea04aedf0 Merge override values when specifying the "--override" flag multiple times (#361). 4 years ago
  Dan Helfman 1ea047dd94 Remove "borgmatic restore --progress" flag, as it now conflicts with streaming database restores. 5 years ago
  palto42 e27ba0d08a less detail at v1 + option "--files" for details 5 years ago
  Dan Helfman df2be9620b Mount whole repositories via "borgmatic mount" without any "--archive" flag (#253). 5 years ago
  Dan Helfman 375036e409 Support for mounting an archive as a FUSE filesystem via "borgmatic mount" action, and unmounting via "borgmatic umount" (#123). 5 years ago
  palto42 18d3542fbc new verbosity level "-1" for errors 5 years ago
  Dan Helfman e3dd545345 Extract files to a particular directory via "borgmatic extract --destination" flag. Also rename "--restore-path" to "--path" to reduce confusion. 5 years ago
  Dan Helfman 3006db0cae Restore backed up PostgreSQL databases via "borgmatic restore" sub-command (#229). 5 years ago
  Dan Helfman 7b3b28616d Add "borgmatic list --successful" flag to only list successful (non-checkpoint) archives (#86). 5 years ago