Included licenseing information. GPLv3 FTW.

This commit is contained in:
Rabjerg
2021-03-17 00:20:25 +01:00
parent 118507da41
commit bb83eb4ed8
3 changed files with 683 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
#!/usr/bin/env bash
# Copyright 2021 Adam Rabjerg
# Licensed under GNU GPL-3.0-or-later
# https://www.gnu.org/licenses/gpl-3.0.txt
## Source backup.env file for settings and secrets.
## it is possible to pass a filename as .env file.
## Passing a file makes it possible to have several .env files for different backups and one "work script".
@@ -29,7 +33,6 @@ if [[ -z $BACKUP_NAME ]]; then
fi
echo "######## Backup started at $(date) ########"
borg create -v --stats \
@@ -40,4 +43,3 @@ borg create -v --stats \
echo "######### Backup Finished $(date) #########"