diff --git a/backup_ba.sh b/backup_ba.sh index aed2077..1ae2441 100755 --- a/backup_ba.sh +++ b/backup_ba.sh @@ -3,7 +3,7 @@ # date: 2020-10-07 # desc: short rudimentary script to create backups for my bachelor thesis # and push them onto a webdav share -# required: ripgrep (rg), otherwise change lines 22, 23 to your grep alternative +# required: ripgrep (rg), otherwise change lines with rg cmd to your grep alternative # that supports capture groups # gpg encrypted password for nextcloud in same dir as script (./backup_ba_pw.gpg) me=$(dirname "$0")