Skip to content
Snippets Groups Projects
  1. Sep 16, 2024
  2. Apr 25, 2024
  3. Nov 20, 2023
  4. Oct 16, 2023
    • Michal Hrusecky's avatar
      Adapt to new quota output · f110a8c2
      Michal Hrusecky authored
      Showing size of the snapshots no longer works. In the past the output of
      the quota command looked like this:
      
      qgroupid         rfer         excl
      --------         ----         ----
      0/5          16.00KiB     16.00KiB
      
      Nowadays it contains a patch as well and the final output is as follows:
      
      Qgroupid    Referenced    Exclusive   Path
      --------    ----------    ---------   ----
      0/1386         2.46GiB     60.34MiB   @135
      
      So updating schnapps to be able to parse the second output as well. In
      theory even better would be to use json output and do the math to get
      human readable output, but doing math in shell is not a great idea, so
      sticking with the text output for now.
      f110a8c2
  5. Sep 19, 2023
    • Richard Muzik's avatar
      Fix ssh url regex · d619fac8
      Richard Muzik authored
      The previous regex was matching strings that shouldn't have been
      matched, resulting in colons being placed in the wrong spots.
      Url "ssh://user@host:path/path" transformed into "user@host:path:/path"
      v2.12.2
      d619fac8
  6. Aug 23, 2023
  7. Aug 16, 2023
    • Michal Hrusecky's avatar
      Support local:// URI for "remote" storage · c055c8f6
      Michal Hrusecky authored
      We had a request to backup snapshots to locally mounted drive. It makes
      sense, if you have for example connected external drive. In theory I
      could have switched to the directory and work there, but wanted to
      simplify working with remote storages and make it as similar as possible
      so I'm using bind mount. Should nicely "isolate" and test the selected
      storage.
      v2.12.0
      c055c8f6
  8. Mar 28, 2023
  9. Jan 09, 2023
  10. Dec 18, 2022
  11. Jun 02, 2022
  12. May 23, 2022
  13. May 05, 2022
  14. Mar 10, 2022
  15. Jan 17, 2022
  16. Jan 14, 2022
  17. Jan 06, 2022
    • Michal Hrusecky's avatar
      Fix davfs mount · d7b1d76f
      Michal Hrusecky authored
      Put quotes in correct places where davfs expects them, escape
      potentially dangerous characters like spaces in passwords and make sure
      the final secrets file have permissions required by davfs.
      d7b1d76f
  18. Oct 27, 2021
  19. Sep 08, 2021
  20. Aug 19, 2021
  21. Aug 10, 2021