X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=backup%2Ffull;h=02b5b0c60d89b41ba85a068335cf1e59af39dd5f;hp=c25acc0861762e5c81c4e84784a0cf6c009538e4;hb=17fb3a3831ca812a3ad384f4eec3b977432facd9;hpb=7c916779d66b99e5a7f4895accceb5e8733b123f diff --git a/backup/full b/backup/full index c25acc0..02b5b0c 100755 --- a/backup/full +++ b/backup/full @@ -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();