From: Alan J. Pippin Date: Sat, 17 Jan 2009 04:13:38 +0000 (-0700) Subject: Removed accidentally added local configuration file from repo X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=commitdiff_plain;h=10a71c7b97fad02881bd9cc0c1b512a204cf884f;hp=471f2873d53eebe62223121be58bc3f795511a12;p=zfs-ubuntu%2F.git Removed accidentally added local configuration file from repo --- diff --git a/zfs-scripts.conf b/zfs-scripts.conf deleted file mode 100644 index 0d289ad..0000000 --- a/zfs-scripts.conf +++ /dev/null @@ -1,44 +0,0 @@ -########################################################################### -# local configuration file for ZFS scripts -########################################################################### - -# 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="root@pippins.net" - -# specify the name of the remote server to pull snapshots from to backup locally -remote="tank.pippins.net" - -# specify the name of the local pool to store remotely pulled (backup) snapshots to -local_pool="backups" - -# 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) -filesystems_to_replicate=' -naspool/www -naspool/git -' -