X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=bin%2FBackupPC_ASA_PostArchive_Update;h=3a796763428c424c09d99eac90db9c9a350be0bc;hp=e744d0262bc1745be6659ff9781140356d3c779e;hb=f60ab5052143af5c1e85a556dddf9e58f1c2295e;hpb=dcde0725fd46cdfe126eb385a1eb356df636bbec;ds=sidebyside diff --git a/bin/BackupPC_ASA_PostArchive_Update b/bin/BackupPC_ASA_PostArchive_Update index e744d02..3a79676 100755 --- a/bin/BackupPC_ASA_PostArchive_Update +++ b/bin/BackupPC_ASA_PostArchive_Update @@ -189,7 +189,8 @@ sub check_archive { return $2; } } else { - die "can't find size in line: $line"; + warn "ERROR can't parse: $line"; + return -s $filename; } }