]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
add: restore script header
authorBastian Dehn <hhaalo@arcor.de>
Sun, 28 Oct 2018 19:19:16 +0000 (20:19 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 28 Oct 2018 19:19:56 +0000 (20:19 +0100)
restore

diff --git a/restore b/restore
index 548687d2479e74f2c97b694dbf772f161ba6a0c6..07f727f783457f49636d8fb63c46e56aac54f947 100755 (executable)
--- a/restore
+++ b/restore
@@ -1,5 +1,22 @@
 #!/bin/bash
 
+#===============================================================================
+# Version:     2.4.6
+# Script:      restore
+# Syntax:      restore -d <date> -n <number> -r <computername> -p <path>
+#
+# Konfiguration:
+# ==============
+# SetDefaultVariables - individuell anpassen
+#
+# Beschreibung:
+# =============
+# Script stellt Dateien aus dem Backup auf dem Original-PC wiederher per Rsync
+#
+# Author:      Bastian Dehn
+# E-Mail:      hhaalo@arcor.de
+#===============================================================================
+
 SetDefaultVariables()
 {
        backpath="/images/backup"