add restore operation option
This commit is contained in:
@@ -76,6 +76,10 @@ while [ $# -gt 0 ]; do
|
||||
restorePath="${2%/}"
|
||||
shift
|
||||
;;
|
||||
-r|--restore)
|
||||
# restore archive/file
|
||||
operation='restore'
|
||||
;;
|
||||
-v|--vars)
|
||||
# location of borgvars file
|
||||
if [ -z "$2" ]; then
|
||||
|
||||
Reference in New Issue
Block a user