summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-28 14:08:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-28 14:08:38 -0400
commita86cd4bc8215f01ffe2ba06c63be56656d8ae7cf (patch)
treefb66e5b0ae237b6b1b017f1bff75ffc15cec87a1 /doc/tips
parent061fbfb37e02a9a9cb42396cce63d9b67d6a9c6e (diff)
The "git annex content" command is renamed to "git annex wanted".
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/flickrannex.mdwn4
-rw-r--r--doc/tips/imapannex.mdwn2
-rw-r--r--doc/tips/offline_archive_drives.mdwn2
-rw-r--r--doc/tips/offline_archive_drives/comment_3_7be2ccaf70c9ecfc9a34384e0e31f490._comment2
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/tips/flickrannex.mdwn b/doc/tips/flickrannex.mdwn
index 202d5ee53..d8e54b4c3 100644
--- a/doc/tips/flickrannex.mdwn
+++ b/doc/tips/flickrannex.mdwn
@@ -39,7 +39,7 @@ After the setup has finished, it will print the git-annex configure lines.
The photo name on flickr is currently the GPGHMACSHA1 version.
Run the following command in your annex directory
- git annex content flickr uuid include=*.jpg or include=*.jpeg or include=*.gif or include=*.png
+ git annex wanted flickr uuid include=*.jpg or include=*.jpeg or include=*.gif or include=*.png
## Encrypted mode
The current version base64 encodes all the data, which results in ~35% larger filesize.
@@ -47,7 +47,7 @@ The current version base64 encodes all the data, which results in ~35% larger fi
I might look into yyenc instead. I'm not sure if it will work in the tEXt field.
Run the following command in your annex directory
- git annex content flickr exclude=largerthan=30mb
+ git annex wanted flickr exclude=largerthan=30mb
## Including directories as tags
Get get each of the directories below the top level git directory added as tags to uploads:
diff --git a/doc/tips/imapannex.mdwn b/doc/tips/imapannex.mdwn
index 594687db4..e9963df34 100644
--- a/doc/tips/imapannex.mdwn
+++ b/doc/tips/imapannex.mdwn
@@ -24,4 +24,4 @@ Run the program once to set it up.
git config annex.imap-hook '/usr/bin/python2 ~/imapannex/imapannex.py'
git annex initremote imap type=hook hooktype=imap encryption=shared
git annex describe imap "the imap library"
- git annex content imap exclude=largerthan=30mb
+ git annex wanted imap exclude=largerthan=30mb
diff --git a/doc/tips/offline_archive_drives.mdwn b/doc/tips/offline_archive_drives.mdwn
index 606b723b3..eff123e8b 100644
--- a/doc/tips/offline_archive_drives.mdwn
+++ b/doc/tips/offline_archive_drives.mdwn
@@ -24,7 +24,7 @@ drive). Also, give the drive a description that matches something you write on
its label, so you can find it later:
git annex group archivedrive archive
- git annex content archivedrive standard
+ git annex wanted archivedrive standard
git annex describe archivedrive "my first archive drive (SATA)"
Or you can use the assistant to set up the drive for you.
diff --git a/doc/tips/offline_archive_drives/comment_3_7be2ccaf70c9ecfc9a34384e0e31f490._comment b/doc/tips/offline_archive_drives/comment_3_7be2ccaf70c9ecfc9a34384e0e31f490._comment
index c9eb583a8..cd5888009 100644
--- a/doc/tips/offline_archive_drives/comment_3_7be2ccaf70c9ecfc9a34384e0e31f490._comment
+++ b/doc/tips/offline_archive_drives/comment_3_7be2ccaf70c9ecfc9a34384e0e31f490._comment
@@ -6,5 +6,5 @@
content="""
The example was missing a preferred content setting, without which --auto doesn't copy anything unless needed to satisfy numcopies:
-git annex content archivedrive standard
+git annex wanted archivedrive standard
"""]]