chiark / gitweb /
Document output
[chiark-utils.git] / backup / loaded
index 69adcb4dfa2f9c1034f1b6d6c4a792c7c7eb17f6..ed47752956dc68c51e038a7c6609d9d9a8872283 100755 (executable)
 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 set -e
-cd /var/local/backup
+cd /var/lib/chiark-backup
 
-if test -f "/etc/backup/tape.$1"
+if test -f "/etc/chiark-backup/tape.$1"
 then
        echo "$1" >really-TAPEID
        echo "Will assume tape is $1 unless I discover otherwise."
 else
+       if [ "x$1" != x ]; then echo "Tape $1 not found."; fi
        echo "Will only use tape if it has a TAPEID."
        rm -f really-TAPEID
 fi