From afe823327a83adda54a9e2c90f1c6ade9b88ad1e Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 13 Sep 2019 18:33:09 +0200 Subject: [PATCH] Get cmd cli for Get the last full backup ID --- Check.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Check.pm b/Check.pm index a6307e3..801d023 100644 --- a/Check.pm +++ b/Check.pm @@ -15,6 +15,9 @@ # #======================================================================== +# Get the last full backup ID : +# cat /var/lib/BackupPC/pc/localhost/backups | grep "full" | tail -1 | cut -f1 -d$'\t' + package BackupPC::CGI::Check; use strict;