diff --git a/build/make/rsnapshot.mk b/build/make/rsnapshot.mk new file mode 100644 index 0000000..eae6572 --- /dev/null +++ b/build/make/rsnapshot.mk @@ -0,0 +1,2 @@ +rsnapshot: base cron + $(call script,$@) \ No newline at end of file diff --git a/build/scripts/rsnapshot.sh b/build/scripts/rsnapshot.sh new file mode 100644 index 0000000..b51005b --- /dev/null +++ b/build/scripts/rsnapshot.sh @@ -0,0 +1,5 @@ +## Configuration +export_env HOSTALIASES /host/etc/host_aliases + +## Software +apt_install_permanent rsync rsnapshot openssh-client \ No newline at end of file