X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=scripts%2Fbackup-specs;h=f06233bfa5e6924dde5c3c8926b776299da19e42;hp=dd9cf5d351aba538badb7b9ec864d603238eb315;hb=45ccda119355a1087450039a250359c1d0de0d08;hpb=d2d8f9ab558f187b9c9d718dcfe5510b2ebc85a0 diff --git a/scripts/backup-specs b/scripts/backup-specs index dd9cf5d..f06233b 100644 --- a/scripts/backup-specs +++ b/scripts/backup-specs @@ -50,6 +50,10 @@ BACKUP_FILES='' # this file may be overridden by setting FILELIST variable: # FILELIST=/etc/my-backup/filelist +# Name of 'exclude file list'. It is searched under $SYSCONFDIR/tar-backup +# on remote machines +XLIST=exclude_files + # Default directory for storing incremental listings on remote # machines is $SYSCONFDIR/tar-backup. It can be overridden using # REMOTEBACKUPDIR variable @@ -61,9 +65,9 @@ BACKUP_FILES='' SLEEP_TIME=15 # Script to be run when it's time to insert a new tape in for the next -# volume. Administrators may want to tailor this script for their site. +# volume. Administrators may want to tailor this script for their site. # If this variable isn't set, tar will use some default behavior which is -# probably defined in the manual. +# probably defined in the manual. #DUMP_REMIND_SCRIPT='rsh apple-gunkies /home/gd2/dump/dump-remind' # Message to display on the terminal while waiting for dump time. Usually @@ -71,26 +75,26 @@ SLEEP_TIME=15 # entertaining than this. The awk script here saves some redundant # repetition, but is not really all that desirable. SLEEP_MESSAGE="`awk ' - BEGIN { + BEGIN { for (i = 0; i < 30; i++) print \" \" \ \"D O N O T T O U C H T H I S T E R M I N A L !!!!!\" }' /dev/null`" -# Copyright (C) 2004 Free Software Foundation, Inc. - -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; either version 2, or (at your option) -## any later version. - -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. - -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -## 02111-1307, USA. +# Copyright 2004, 2007, 2013-2014 Free Software Foundation, Inc. + +# This file is part of GNU tar. + +# GNU tar is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. + +# GNU tar is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see .