aboutsummaryrefslogtreecommitdiff
path: root/research
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-07-19 16:28:31 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-07-19 16:28:31 -0300
commitefded5717f9c9111ff29a7baf3946681b4774479 (patch)
tree8065315ea6fe7bbc933690798a92426e6c6d9d61 /research
parentb8c718f6f4c39e40e628af6297ef4a609dfa7270 (diff)
downloadblog-efded5717f9c9111ff29a7baf3946681b4774479.tar.gz
blog-efded5717f9c9111ff29a7baf3946681b4774479.tar.bz2
Research: smartphone: backup: minor fix
Diffstat (limited to 'research')
-rw-r--r--research/smartphone.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/research/smartphone.mdwn b/research/smartphone.mdwn
index 4b56dae..ca09ca9 100644
--- a/research/smartphone.mdwn
+++ b/research/smartphone.mdwn
@@ -168,7 +168,7 @@ Usaremos o [adb-sync](https://github.com/google/adb-sync) e o [adb-export](https
done
# Move backup to storage
- cd .. && mv $date $storage/
+ cd .. && sudo mv $date $storage/
Restauro
--------