X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=scripts%2Fbackup-specs;h=47d4f1658f401a95a957014ab84fe46094146399;hb=46b07a52f9dcd3f0a298dfaf85fc0cf502d019dc;hp=dd9cf5d351aba538badb7b9ec864d603238eb315;hpb=d2d8f9ab558f187b9c9d718dcfe5510b2ebc85a0;p=chaz%2Ftar diff --git a/scripts/backup-specs b/scripts/backup-specs index dd9cf5d..47d4f16 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 @@ -78,11 +82,11 @@ SLEEP_MESSAGE="`awk ' }' /dev/null`" -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2007 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) +## the Free Software Foundation; either version 3, or (at your option) ## any later version. ## This program is distributed in the hope that it will be useful, @@ -92,5 +96,5 @@ SLEEP_MESSAGE="`awk ' ## 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. +## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +## 02110-1301, USA.