]> git.p6c8.net - nextcloud-backup-restore.git/commitdiff
Bump version
authorDecaTec <jr@decatec.de>
Thu, 20 Feb 2020 13:41:26 +0000 (14:41 +0100)
committerDecaTec <jr@decatec.de>
Thu, 20 Feb 2020 13:41:26 +0000 (14:41 +0100)
NextcloudBackup.sh
NextcloudRestore.sh

index ce9601a84107921fa33ebb799f600669e8e27435..d1b1ed2a403866ff2172e619a7746eee8c30446c 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Bash script for creating backups of Nextcloud.
 #
-# Version 1.0.0
+# Version 1.1.0
 #
 # Usage:
 #      - With backup directory specified in the script:  ./NextcloudBackup.sh
@@ -26,8 +26,6 @@ if [ -z "$backupMainDir" ]; then
     backupMainDir='/media/hdd/nextcloud_backup'
 fi
 
-echo "Backup directory: $backupMainDir"
-
 currentDate=$(date +"%Y%m%d_%H%M%S")
 
 # The actual directory of the current backup - this is a subdirectory of the main directory above with a timestamp
@@ -106,6 +104,11 @@ function CtrlC() {
        exit 1
 }
 
+#
+# Print information
+#
+echo "Backup directory: ${backupMainDir}"
+
 #
 # Check for root
 #
index 0a0175af869ee4b541edfae7d60fadd4820789a6..08fc504cc94331754ff73106f91fdc2d46133ba1 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Bash script for restoring backups of Nextcloud.
 #
-# Version 1.0.0
+# Version 1.1.0
 #
 # Usage:
 #   - With backup directory specified in the script: ./NextcloudRestore.sh <BackupName> (e.g. ./NextcloudRestore.sh 20170910_132703)

patrick-canterino.de