Get cmd cli for Get the last full backup ID

master
Heuzef 5 years ago
parent 221f6ebabd
commit afe823327a
  1. 3
      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; package BackupPC::CGI::Check;
use strict; use strict;

Loading…
Cancel
Save