Skip to content
Snippets Groups Projects
  1. Apr 25, 2024
  2. Nov 20, 2023
  3. 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
  4. Sep 19, 2023
  5. Aug 23, 2023
  6. 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.
  7. Mar 28, 2023
  8. Jan 09, 2023
  9. Dec 18, 2022
  10. Jun 02, 2022
  11. May 23, 2022
  12. May 05, 2022
  13. Mar 10, 2022
  14. Jan 17, 2022
  15. Jan 14, 2022
  16. 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
  17. Oct 27, 2021
  18. Sep 08, 2021
  19. Aug 19, 2021
  20. Aug 10, 2021
  21. Jul 21, 2021
Loading