initial commit of file from CVS for e-smith-flexbackup on Wed 12 Jul 08:54:20 BST 2023
This commit is contained in:
35
createlinks
Normal file
35
createlinks
Normal 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
|
||||
|
Reference in New Issue
Block a user