From 10a71c7b97fad02881bd9cc0c1b512a204cf884f Mon Sep 17 00:00:00 2001 From: "Alan J. Pippin" Date: Fri, 16 Jan 2009 21:13:38 -0700 Subject: [PATCH] Removed accidentally added local configuration file from repo --- zfs-scripts.conf | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 zfs-scripts.conf 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 -' - -- 2.34.1