aboutsummaryrefslogtreecommitdiff
path: root/system/bees/rc.bees.conf
diff options
context:
space:
mode:
authorErich Ritz <erich.public@protonmail.com>2023-09-09 10:44:30 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-09 10:14:14 +0700
commit5522e231bbb04b8975a685576e3a0ebd3bb55a31 (patch)
treec3970cc815c00ed4f5057db8ab9c38a7d8577089 /system/bees/rc.bees.conf
parentc87531f887521d4ca804839e998f24a7b34e3295 (diff)
system/bees: Added (btrfs deduplication).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bees/rc.bees.conf')
-rw-r--r--system/bees/rc.bees.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/system/bees/rc.bees.conf b/system/bees/rc.bees.conf
new file mode 100644
index 0000000000..9bfc8aecf4
--- /dev/null
+++ b/system/bees/rc.bees.conf
@@ -0,0 +1,18 @@
+# Find the UUID of btrfs filesystems by executing the command:
+#
+# btrfs filesystem show
+#
+# For each filesystem, define UUIDS[#] and LOGFILES[#] to set the UUID
+# and log file location. Don't foget to update /etc/logrotate.d/bees
+# when adding new log files.
+#
+# Each btrfs filesystem should have a corresponding conf file in
+# /etc/bees/*.conf. See /etc/bees/beesd.conf.sample.
+
+## btrfs filesystem #1
+#UUIDS[0]=11111111-1111-1111-1111-111111111111
+#LOGFILES[0]=/var/log/bees.log
+
+## btrfs filesystem #2
+#UUIDS[1]=22222222-2222-2222-2222-222222222222
+#LOGFILES[1]=/var/log/bees_2.log