From efded5717f9c9111ff29a7baf3946681b4774479 Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Wed, 19 Jul 2017 16:28:31 -0300
Subject: [PATCH] Research: smartphone: backup: minor fix

---
 research/smartphone.mdwn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 --------
-- 
GitLab