From: Silvio Rhatto Date: Wed, 19 Jul 2017 19:28:31 +0000 (-0300) Subject: Research: smartphone: backup: minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=efded5717f9c9111ff29a7baf3946681b4774479;p=blog.git Research: smartphone: backup: minor fix --- 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 --------