chiark / gitweb /
@@ -1,4 +1,4 @@
[chiark-utils.git] / backup / full
index dddb343be2b12ed0fc5b520f62d4b8ecefd56b57..02b5b0c60d89b41ba85a068335cf1e59af39dd5f 100755 (executable)
@@ -23,7 +23,7 @@
 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 BEGIN {
-    $etc= '/etc/backup';
+    $etc= '/etc/chiark-backup';
     require "$etc/settings.pl";
     require 'backuplib.pl';
 }
@@ -35,7 +35,7 @@ $|=1;
 # dumped in both full and incremental dumps.
 setstatus "FAILED configuration check";
 print "Configuration check ...\n" or die $!;
-system 'checkallused'; $? and die $?;
+system 'backup-checkallused'; $? and die $?;
 
 printdate();