From aebfe796ba5cc515d807456aca3796ad869b25a0 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Thu, 2 Dec 2021 10:57:39 -0500 Subject: [PATCH] Add 'actions_duplicacy.conf' This is the custom file needed for opnsense cron job to be placed at /usr/local/opnsense/service/conf/actions.d/actions_duplicacy.conf and then run service configd restart. https://docs.opnsense.org/development/backend/configd.html --- actions_duplicacy.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 actions_duplicacy.conf diff --git a/actions_duplicacy.conf b/actions_duplicacy.conf new file mode 100644 index 0000000..740b5bf --- /dev/null +++ b/actions_duplicacy.conf @@ -0,0 +1,6 @@ +[run] +command: /usr/local/bin/bash /root/duplicacy.sh +parameters: +type: script +message: Run duplicacy backup +description: Run duplicacy backup \ No newline at end of file