Commit Graph

5 Commits

Author SHA1 Message Date
surtur 1d7403b1b9
revert 6ca8343;lock using FDs 2022-05-31 17:42:35 +02:00
surtur 6ca8343202
feat: add snapshot locking via chattr +i
the snapshot might get deleted from underneath us so lock it by setting
the immutable bit on the snapshot; note we don't need a recursive lock
because the snapshot already is read-only, we just need to prevent it
from getting pruned by 'btrfs subvolume delete'
2021-05-03 15:31:16 +02:00
surtur e4eed494f1
feat: add zstd in-transfer compression support
* clean up trailing whitespace
* update README.md and add a standalone Credits section
2021-05-03 14:57:57 +02:00
nacho d6623a6eb8 update README.md 2018-03-25 18:06:48 +02:00
nachoparker 3e456fa85d Initial commit 2018-03-13 19:48:39 +01:00