summaryrefslogtreecommitdiff
path: root/andbackup.sh
diff options
context:
space:
mode:
authorLuke Pahler <luke.linked.in+git@gmail.com>2017-04-18 21:08:56 -0600
committerLuke Pahler <luke.linked.in+git@gmail.com>2017-04-18 21:08:56 -0600
commit6235dc7da2126b89d7b86051e35ae5a11101706b (patch)
tree7f095ebad32a0e5837fd69206815e704012f98f4 /andbackup.sh
parentfcdca78a14e43c2d375ce164366373cfa6aaca7e (diff)
downloadandbackup-6235dc7da2126b89d7b86051e35ae5a11101706b.tar.gz
andbackup-6235dc7da2126b89d7b86051e35ae5a11101706b.tar.xz
Putting "backups" back to Aaron's
Diffstat (limited to 'andbackup.sh')
-rwxr-xr-xandbackup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/andbackup.sh b/andbackup.sh
index 0426b68..646c0ce 100755
--- a/andbackup.sh
+++ b/andbackup.sh
@@ -19,8 +19,8 @@
#
set -u
-#backups=/sdcard/andbackup
-backups=/storage/ext_sd/bk/andbackup/andbackupBK
+backups=/sdcard/andbackup
+#backups=/storage/ext_sd/bk/andbackup/andbackupBK
flag_delimiter="-"
usage() {
@@ -87,7 +87,7 @@ backup_app() {
return 1
fi
- #If app has "-" that means options are passed in
+ #If app has the flag_delimiter that means options are passed in
local preserveCache=false
if [[ 0 = $(echo ${app} | grep --quiet [${flag_delimiter}]; echo $?) ]]; then
linfo "This app $app has passed in options"

Generated by cgit