Included licenseing information. GPLv3 FTW.
This commit is contained in:
@@ -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) #########"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user