X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=zfs-scripts.conf.dist;fp=zfs-scripts.conf.dist;h=42f387d9dacea22023df146439f49b38dbe57b62;hb=471f2873d53eebe62223121be58bc3f795511a12;hp=0000000000000000000000000000000000000000;hpb=9a12c36d03babea71bd13dc208a64ff91f61b699;p=zfs-nexenta%2F.git diff --git a/zfs-scripts.conf.dist b/zfs-scripts.conf.dist new file mode 100644 index 0000000..42f387d --- /dev/null +++ b/zfs-scripts.conf.dist @@ -0,0 +1,46 @@ +########################################################################### +# This is a shell config script included by the other ZFS scripts. +# You must copy this file and modify these values to match your system. +# Save the resulting file as "zfs-scripts.conf" in this directory. +# This will prevent your settings from being overwritten by future updates. +########################################################################### + +# setup your path here to find all the binaries the ZFS scripts call +PATH=/usr/sbin:/sbin:/etc/bin:.:$PATH + +# specify the path to the zfs binary +zfs=/usr/sbin/zfs + +# specify the path to your command line mailer +mailx=/usr/bin/mailx + +# specify the path to the logdir the ZFS scripts should dump their logs to +logdir="/var/log/zfs" + +# specify the name of the lockdir used when performing ZFS admin operations +lockdir="/tmp/zfs-admin-lock" + +# specify the user to send email reports to +mailto= + +# specify the name of the remote server to pull snapshots from to backup locally +remote= + +# specify the name of the local pool to store remotely pulled (backup) snapshots to +local_pool= + +# when this variable is set, local filesystems will be destroyed +# before receiving a full streams into them from the remote source. +destroy_local_filesystem_on_full_replicate=0 + +# set this to 1 if you want the snapshot script to run in "test" mode (not really take any snaps) +SNAP_UNDER_TEST= + +# Specify the maximum run time in minutes that the replicate script can run for (0=no limit) +maxruntime=0 + +# Specify the list of filesystems to replicate from the remote to the local_pool (1 per line) +# (enter 1 filesystem per line) +filesystems_to_replicate=' +' +