diff options
author | mail_redacted_for_web | 2025-04-21 10:46:57 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2025-04-21 10:46:57 +0200 |
commit | dee58e5561db333989aac950ef3ee1510d49ed14 (patch) | |
tree | fdcbc5213d75d439ce0ef804b108a20d10f6d139 /bin/nextcloud-backup | |
parent | 60faf9dc48ac52cb367e6a39d96aa13969ff6625 (diff) | |
download | nextcloud-update-dee58e5561db333989aac950ef3ee1510d49ed14.tar.bz2 |
+ licence
Diffstat (limited to 'bin/nextcloud-backup')
-rwxr-xr-x | bin/nextcloud-backup | 3 |
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 |