summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnZEanlyzay_QlEAL0CWpyZcRTyN7vay8U <Carlo@web>2013-11-16 08:38:17 +0000
committerGravatar admin <admin@branchable.com>2013-11-16 08:38:17 +0000
commit29e4fb40c27f1654bee9b7d117f06971f4a75dd8 (patch)
tree7dffbf4c04b329ddec3de65cddc9331c5cca4617 /doc/tips
parentd61ab1853f49edaf03765ba445cc9f4ab7f0b1d4 (diff)
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/The_perfect_preferred_content_settings_for_my_android_phone.mdwn14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/tips/The_perfect_preferred_content_settings_for_my_android_phone.mdwn b/doc/tips/The_perfect_preferred_content_settings_for_my_android_phone.mdwn
index 700411c7a..1afac15d5 100644
--- a/doc/tips/The_perfect_preferred_content_settings_for_my_android_phone.mdwn
+++ b/doc/tips/The_perfect_preferred_content_settings_for_my_android_phone.mdwn
@@ -6,27 +6,27 @@ But I still want photos, videos and voice recordings I make on my phone to be sy
So I came up with this solution, and I'm very happy with it.
- include=Music/* or include=Books/* or present
+ include=Music/* or include=Books/* or present
This will sync my music and book collections to my phone whenever I add something new on my computers, and it will sync and keep anything I add to the annex on my phone. Best of all worlds! Impressed how flexible preferred content is. More full-sync folders can be added like this:
- include=Music/* or include=Books/* or Notes/* or present
+ include=Music/* or include=Books/* or Notes/* or present
To add them, I first had to figure out the uuid of my phone repo. So I added a new tab on android, and did
- cd /sdcard/annex
- git config annex.uuid
+ cd /sdcard/annex
+ git config annex.uuid
Then I went to one of my computers, and did
- git annex vicfg
+ git annex vicfg
And changed the line
- content [phone-uuid] = standard
+ content [phone-uuid] = standard
to
- content [phone-uuid] = include=Music/* or include=Books/* or Notes/* or present
+ content [phone-uuid] = include=Music/* or include=Books/* or Notes/* or present
And waited for it to sync.