mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
5522e231bb
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
18 lines
588 B
Text
18 lines
588 B
Text
# 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
|