diff options
Diffstat (limited to 'files')
| -rwxr-xr-x | files/checkbackups.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/files/checkbackups.pl b/files/checkbackups.pl index 80fc07f..dba2b4a 100755 --- a/files/checkbackups.pl +++ b/files/checkbackups.pl @@ -61,7 +61,7 @@ if (defined($opt_o)) {  	@hosts=qx{hostname -f};  } else {  	# XXX: this should be a complete backup registry instead -	@hosts=qx{ls $backupdir}; +	@hosts=qx{ls $backupdir | grep -v lost+found};  }  chdir($backupdir); | 
