update license info and description

This commit is contained in:
2015-07-07 15:51:14 +03:00
parent 5290a91beb
commit 241860858d
3 changed files with 51 additions and 66 deletions

31
bak.sh
View File

@@ -1,11 +1,32 @@
#!/bin/bash
########################################################################
# Copyright (C) 2015 Max Mehl <mail@mehl.mx>
########################################################################
#
# 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 <http://www.gnu.org/licenses/>.
#
########################################################################
#
# Einfaches Shellscript zum inkrementellen Sichern von Verzeichnissen und Dateien
# Basiert auf dem Backupscript von Max Kalus:
# http://www.auxnet.de/blog/blog-post/2008/10/27/taegliches-inkrementelles-backup-mit-cron-und-tar-unter-linux.html
#
########################################################################
#################################################
# Einfaches Shellscript zum inkrementellen Sichern von Verzeichnissen und Dateien
# Basiert auf dem Backupscript von Max Kalus: http://www.auxnet.de/blog/blog-post/2008/10/27/taegliches-inkrementelles-backup-mit-cron-und-tar-unter-linux.html
#
# Geschrieben von Max Mehl <mail@mehl.mx>
# This application is Free Software under a GNU GPL 3.0-Licence
#################################################
# Festgelegte Variablen, müssen nicht geändert werden