initial commit of file from CVS for smeserver-rsync-backup2disk on Sat Sep 7 19:58:58 AEST 2024
This commit is contained in:
18
createlinks
Executable file
18
createlinks
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
use esmith::Build::CreateLinks qw(:all);
|
||||
use File::Basename;
|
||||
use File::Path;
|
||||
|
||||
templates2events("/etc/crontab", qw(conf-rsync));
|
||||
templates2events("/etc/rsync.exclude", qw(bootstrap-console-save conf-rsync));
|
||||
templates2events("/etc/rsync.include", qw(bootstrap-console-save conf-rsync));
|
||||
|
||||
my $panel = "manager";
|
||||
panel_link("rsync", $panel);
|
||||
|
||||
my $event ="smeserver-rsync-backup2disk-update";
|
||||
templates2events("/etc/crontab", $event);
|
||||
templates2events("/etc/rsync.exclude", $event);
|
||||
templates2events("/etc/rsync.include", $event);
|
||||
|
Reference in New Issue
Block a user