initial commit of file from CVS for e-smith-flexbackup on Wed 12 Jul 08:54:20 BST 2023

This commit is contained in:
Brian Read
2023-07-12 08:54:20 +01:00
parent 774ef452c7
commit 4a4231dda8
41 changed files with 1615 additions and 2 deletions

35
createlinks Normal file
View File

@@ -0,0 +1,35 @@
#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
#--------------------------------------------------
# functions for bootstrap-console-save event
#--------------------------------------------------
my $event = "bootstrap-console-save";
templates2events("/etc/flexbackup.conf", $event);
#--------------------------------------------------
# functions for conf-backup
#--------------------------------------------------
$event = "conf-backup";
templates2events("/etc/flexbackup.conf", $event);
#--------------------------------------------------
# functions for restore-tape
#--------------------------------------------------
$event = "restore-tape";
event_link("tape-restore-flexbackup", $event, "10");
#--------------------------------------------------
# functions for e-smith-flexbackup-updat
#--------------------------------------------------
$event="e-smith-flexbackup-update";
templates2events("/etc/flexbackup.conf", $event);
# systemd-specific action mandatory for this package-update event