timberfs 0.7.2

Experimental append-only, transparently compressed, write-time-indexed filesystem for log files
1
2
3
4
5
6
7
8
9
10
11
# Example instance configuration for timberfs@.service.
# Copy to /etc/timberfs/<instance>.conf and start with:
#   systemctl enable --now timberfs@<instance>
#
# Compressed + indexed store lives here (the .trunk/.rings pairs):
BACKING=/var/log/timberfs-backing/applogs
# Loggers append to ordinary-looking files here:
MOUNTPOINT=/var/log/apps
# Extra flags for `timberfs mount`. --allow-other lets all users read the
# mount (the service runs as root, so no /etc/fuse.conf change is needed).
EXTRA_OPTS=--allow-other