git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/bin/nextcloud-backup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nextcloud-backup')
-rwxr-xr-xbin/nextcloud-backup3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/nextcloud-backup b/bin/nextcloud-backup
index b64175c..ca81896 100755
--- a/bin/nextcloud-backup
+++ b/bin/nextcloud-backup
@@ -3,6 +3,9 @@
# This script is mostly included "as is", I did this quite a while ago and (also see todo remarks)
# I'm not happy yet, but it works fine and the core mechanisms are swell.
#
+# AUTHOR: coding@lirion.de
+# LICENCE: LGPL-3.0-only
+#
# shellcheck disable=SC1091
source /etc/lirion/nextcloud.conf || exit 1
# shellcheck disable=SC1091