initial commit of file from CVS for smeserver-rsync-backup2disk on Sat Sep 7 19:58:58 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 19:58:58 +10:00
parent 65ffb5d2f4
commit 462b92b7fa
56 changed files with 2744 additions and 2 deletions

18
createlinks Executable file
View 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);