|
@@ -41,6 +41,10 @@ zfs:
|
|
|
umount_command: /usr/local/bin/umount
|
|
|
```
|
|
|
|
|
|
+If you're using systemd to run borgmatic, you will likely need to modify the [sample systemd service
|
|
|
+file](https://projects.torsion.org/borgmatic-collective/borgmatic/raw/branch/main/sample/systemd/borgmatic.service)
|
|
|
+to work with ZFS. See the comments in that file for details.
|
|
|
+
|
|
|
As long as the ZFS hook is in beta, it may be subject to breaking changes
|
|
|
and/or may not work well for your use cases. But feel free to use it in
|
|
|
production if you're okay with these caveats, and please [provide any
|
|
@@ -160,6 +164,10 @@ btrfs:
|
|
|
findmnt_command: /usr/local/bin/findmnt
|
|
|
```
|
|
|
|
|
|
+If you're using systemd to run borgmatic, you may need to modify the [sample systemd service
|
|
|
+file](https://projects.torsion.org/borgmatic-collective/borgmatic/raw/branch/main/sample/systemd/borgmatic.service)
|
|
|
+to work with Btrfs. See the comments in that file for details.
|
|
|
+
|
|
|
As long as the Btrfs hook is in beta, it may be subject to breaking changes
|
|
|
and/or may not work well for your use cases. But feel free to use it in
|
|
|
production if you're okay with these caveats, and please [provide any
|
|
@@ -276,6 +284,10 @@ lvm:
|
|
|
umount_command: /usr/local/bin/umount
|
|
|
```
|
|
|
|
|
|
+If you're using systemd to run borgmatic, you may need to modify the [sample systemd service
|
|
|
+file](https://projects.torsion.org/borgmatic-collective/borgmatic/raw/branch/main/sample/systemd/borgmatic.service)
|
|
|
+to work with LVM. See the comments in that file for details.
|
|
|
+
|
|
|
As long as the LVM hook is in beta, it may be subject to breaking changes
|
|
|
and/or may not work well for your use cases. But feel free to use it in
|
|
|
production if you're okay with these caveats, and please [provide any
|