From aaea9087534643f2fe852f7e49898fbfa9d96275 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Tue, 24 Jan 2017 20:59:15 +0100 Subject: [PATCH] add file header --- uberspace-backup.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/uberspace-backup.sh b/uberspace-backup.sh index b87a37e..b4929e7 100755 --- a/uberspace-backup.sh +++ b/uberspace-backup.sh @@ -1,4 +1,28 @@ #!/bin/bash +######################################################################## +# Copyright (C) 2017 Max Mehl +######################################################################## +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +######################################################################## +# +# Saves specific files and directories from a remote server via SSH. +# Provides easy shortcuts for Uberspace.de hosts. +# README.md provides more details. +# +######################################################################## CURDIR=$(dirname "$(readlink -f "$0")") if [ ! -e "$CURDIR"/config.cfg ]; then echo "Missing config.cfg file. Edit and rename config.cfg.sample"; exit 1; fi