slack.conf(5) | File Formats Manual | slack.conf(5) |
slack.conf - configuration file for slack
The file /etc/slack.conf contains configuration information for slack(8) and its backends. It should contain one keyword-value pair per line, separated by an '=' sign. Keywords must consist solely of capital letters and underscores. Values may take any appropriate format, but must not begin with a space. Comments start with '#', and all text from the '#' to the end of a line is ignored. Trailing whitespace on lines is ignored. Empty lines or lines consisting of only whitespace and comments are ignored.
Valid keywords are:
Use a local directory.
Use given directory on a remote host via rsync over SSH.
Use module on a remote rsyncd server (directly over the network).
Use the rsync daemon protocol over SSH to the given host. See “USING RSYNC-DAEMON FEATURES VIA A REMOTE-SHELL CONNECTION” in rsync(1)
This can be a path relative to the source, or can be an entirely separate location if it starts with a slash or a hostname (optionally preceeded by user@).
A typical file might look like this:
# slack.conf configuration file
SOURCE=slack-master:/slack # source is on a remote
# host named "slack-master"
ROLE_LIST=slack-master:/roles.conf
ROOT=/
CACHE=/var/cache/slack
STAGE=/var/lib/slack/stage
BACKUP_DIR=/var/lib/slack/backups
/etc/slack.conf
2005-05-23 | File formats |