Joey Hess
2205b6c944
link direct mode
2013-04-18 15:59:57 -04:00
http://joeyh.name/
bac2bd36c6
Added a comment
2013-03-12 11:15:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawniXLhO9mLn-7EDfawdENZ2fQwlGy5w_oc
2669c3ed97
Added a comment: unrecognized command
2013-03-12 06:32:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawla7u6eLKNYZ09Z7xwBffqLaXquMQC07fU
721796a3e2
Added a comment: Hint for Debian/Ubuntu
2012-11-07 13:10:15 +00:00
David Bremner
0ba27bac7e
fix example commands in comment
2012-10-28 20:33:00 -03:00
bremner
c2a2d226af
Added a comment: finding data that isn't unused, but should be.
2012-10-17 20:32:12 +00:00
Joey Hess
71fd18a97f
wired preferred content up to get, copy, and drop --auto
2012-10-08 13:16:53 -04:00
http://lj.rossia.org/users/imz/
071aad8925
Added a comment: sorta why git-annex exists in the first place -- not only the slow index
2012-09-25 22:04:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmB-gCGEs--zfmvYU-__Hj2FbliUXgxMDs
f869624f9c
Added a comment: Fixed
2012-07-13 19:27:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmB-gCGEs--zfmvYU-__Hj2FbliUXgxMDs
50a26cce89
Added a comment: Path problems
2012-07-13 19:15:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE
56468d41f2
Added a comment
2012-05-27 23:35:19 +00:00
http://joeyh.name/
6de910312c
Added a comment
2012-05-27 22:08:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE
b8d36b6667
Added a comment
2012-05-27 21:42:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE
3f5b0fc6cd
removed
2012-05-27 21:42:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE
7b09d83db2
Added a comment
2012-05-27 21:41:58 +00:00
http://joeyh.name/
dd6f92bf63
Added a comment
2012-05-27 21:33:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE
94649c1270
Added a comment
2012-05-27 21:13:50 +00:00
http://joeyh.name/
9ccf933ffa
Added a comment
2012-05-27 20:53:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE
d39c0d5420
removed
2012-05-27 20:33:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE
085e02012f
Added a comment: cannot get files
2012-05-27 20:33:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE
737a273ea7
Added a comment: cannot get files
2012-05-27 20:33:01 +00:00
Joey Hess
7d6b36dffb
deseq
2012-05-02 13:22:04 -04:00
Joey Hess
f165e4aa99
add section on syncing to the walkthrough
2011-12-31 14:50:40 -04:00
Joey Hess
3b1c80d795
fix
2011-12-23 12:58:39 -04:00
Joey Hess
6fcf76bcd1
slight simplification
2011-12-23 12:57:52 -04:00
Joey Hess
a0227e81f9
put in explicit fetch ; merge in walkthrough for now
...
and link to centralized repository tutorial
2011-12-23 12:55:11 -04:00
Joey Hess
67c9f84a1f
fix broken links
2011-11-08 12:23:03 -04:00
Joey Hess
ef3457196a
use SHA256 by default
...
To get old behavior, add a .gitattributes containing: * annex.backend=WORM
I feel that SHA256 is a better default for most people, as long as their
systems are fast enough that checksumming their files isn't a problem.
git-annex should default to preserving the integrity of data as well as git
does. Checksum backends also work better with editing files via
unlock/lock.
I considered just using SHA1, but since that hash is believed to be somewhat
near to being broken, and git-annex deals with large files which would be a
perfect exploit medium, I decided to go to a SHA-2 hash.
SHA512 is annoyingly long when displayed, and git-annex displays it in a
few places (and notably it is shown in ls -l), so I picked the shorter
hash. Considered SHA224 as it's even shorter, but feel it's a bit weird.
I expect git-annex will use SHA-3 at some point in the future, but
probably not soon!
Note that systems without a sha256sum (or sha256) program will fall back to
defaulting to SHA1.
2011-11-04 15:51:01 -04:00
Joey Hess
617bdc740f
reorg
2011-10-17 13:56:36 -04:00
Joey Hess
29032cb70e
When displaying a list of repositories, show git remote names in addition to their descriptions.
2011-09-30 15:02:29 -04:00
Joey Hess
73f3a00c1c
typo
2011-09-19 12:21:53 -04:00
Joey Hess
8ea48c3e39
update docs
2011-09-18 20:56:37 -04:00
Joey Hess
aedf84f7d6
wording
2011-09-15 15:39:48 -04:00
Joey Hess
a0d3a343b5
copy --auto
...
Only does copy when numcopies is not yet satisfied.
2011-09-15 15:28:58 -04:00
Joey Hess
984c9fc052
remove optimize subcommand; use --auto instead
...
get, drop: Added --auto option, which decides whether to get/drop content
as needed to work toward the configured numcopies.
The problem with bundling it up in optimize was that I then found I wanted
to run an optmize that did not drop files, only got them. Considered adding
a --only-get switch to it, but that seemed wrong. Instead, let's make
existing subcommands optionally smarter.
Note that the only actual difference between drop and drop --auto is that
the latter does not even try to drop a file if it knows of not enough
copies, and does not print any error messages about files it was unable to
drop.
It might be nice to make get avoid asking git for attributes when not in
auto mode. For now it always asks for attributes.
2011-09-15 13:30:04 -04:00
Joey Hess
949b3f69d0
optimize: A new subcommand that either gets or drops file content as needed to work toward meeting the configured numcopies setting.
...
This is currently rather simplistic, though still useful.
In the future, it could become smarter about what content is stored where,
etc.
2011-09-14 13:47:22 -04:00
Joey Hess
03d6209e1c
addurl: Always use whole url as destination filename, rather than only its file component.
...
First, this ensures that git annex addurl, when run repeatedly with the
same url, doesn't create duplicate files, which it did before when it
fell back to the longer filename.
Secondly, the file part of an url is frequently not very descriptive on its
own.
The uri scheme, auth, and port is intentionally left out, as clutter.
2011-09-07 19:04:51 -04:00
Joey Hess
14f75ced75
remove now unnecessary commit after get
2011-09-05 11:59:53 -04:00
Joey Hess
dbef6a045c
remove now-unnecessary commit after drop
2011-09-05 11:59:52 -04:00
http://joey.kitenet.net/
f0777d9b5a
Added a comment
2011-09-05 15:59:27 +00:00
DavidEdmondson
c5c525d930
Added a comment: Is it necessary to commit after the 'drop'?
2011-09-05 15:43:26 +00:00
Joey Hess
bbba6c19bd
update documentation for new, neutered key-value backends
...
Backends are now only used to generate keys (and check them); they
are not arbitrary key-value stores for data, because it turned out such
a store is better modeled as a special remote. Updated docs to not
imply backends do more than they do now.
Sometimes I'm tempted to rename "backend" to "keytype" or something,
which would really be more clear. But it would be an annoying transition
for users, with annex.backends etc.
2011-08-28 16:28:38 -04:00
Joey Hess
a140f7148f
documentation for using the web
2011-07-01 16:05:06 -04:00
Joey Hess
6ba866ca73
updates for web remote and removing URL backend
2011-07-01 15:39:30 -04:00
Joey Hess
e3384eb476
tweak fsck wording so file is at the end of the line
2011-06-23 19:56:24 -04:00
Joey Hess
c3d96ee38a
adjust walkthrough for git-annex branch
...
don't just pull master.. pull everything
2011-06-22 17:47:55 -04:00
Joey Hess
b1acf41036
update documentation that mentioned .git-annex/
2011-06-22 17:26:34 -04:00
Joey Hess
90dd245522
get --from is the same as copy --from
...
get not honoring --from has surprised me a few times, so least surprise
suggests it should just behave like copy --from. This leaves the difference
between get and copy being that copy always requires the remote to copy
from, while get will decide whether to get a file from a key/value store or
a remote.
2011-06-09 18:54:49 -04:00
Joey Hess
25b13673f0
improve unused command's output
...
Display the name of the remote being checked, with "." for the current
remote, echoing the way describe takes that to change its description.
2011-05-28 22:20:22 -04:00
Joey Hess
57428c356e
heh
2011-05-16 13:33:33 -04:00
Joey Hess
0a7bcd47ae
IA: do not create bucket at initremote time
...
This way, the metadata sent when uploading a file is applied to the bucket
then.
2011-05-16 13:10:26 -04:00
Joey Hess
8fa17eaba0
tweak
2011-05-16 12:12:03 -04:00
Joey Hess
267eeb995b
tweak
2011-05-16 11:55:33 -04:00
Joey Hess
b4301c208f
cleanup
2011-05-16 11:52:33 -04:00
Joey Hess
2a8efc7af1
Added filename extension preserving variant backends SHA1E, SHA256E, etc.
2011-05-16 11:46:34 -04:00
Joey Hess
1d2984441c
add a few tweaks to make it easy to use the Internet Archive's variant of S3
...
In particular, munge key filenames to comply with the IA's filename limits,
disable encryption, support their nonstandard way of creating buckets, and
allow x-amz-* headers to be specified in initremote to set item metadata.
Still TODO: initremote does not handle multiword metadata headers right.
2011-05-16 11:20:35 -04:00
Joey Hess
275c728509
cleanup
2011-05-16 02:18:28 -04:00
Joey Hess
8564498b5d
cleanup
2011-05-16 02:15:00 -04:00
Joey Hess
647f7cf47c
added documentation for using the Internet Archive as a remote via S3
...
Renamed Amazon_S3 page to just S3.
2011-05-16 02:07:59 -04:00
Joey Hess
c91764b257
move other comments
2011-05-15 20:35:39 -04:00
Joey Hess
7846cc7e50
Merge remote-tracking branch 'branchable/master'
2011-05-15 20:35:00 -04:00
Joey Hess
af54d40d5b
move conversation to a real bug report
2011-05-15 20:33:39 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
4c312d8d8f
Added a comment
2011-05-15 21:38:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
120bc4208d
Added a comment
2011-05-15 20:50:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
4d140e3901
Added a comment
2011-05-15 20:25:25 +00:00
http://joey.kitenet.net/
59ae1df7a0
Added a comment
2011-05-15 19:40:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
9708940ced
Added a comment
2011-05-15 18:53:27 +00:00
http://joey.kitenet.net/
7010b9e5c5
Added a comment
2011-05-15 16:47:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
dfdfbe5f22
Added a comment
2011-05-15 09:16:53 +00:00
http://joey.kitenet.net/
1b2e0c183d
Added a comment
2011-05-15 00:09:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
a9ba88dfbd
Added a comment
2011-05-14 23:13:15 +00:00
http://joey.kitenet.net/
385268da2e
Added a comment
2011-05-14 19:23:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
9a42ab53be
Added a comment
2011-05-14 19:03:44 +00:00
http://joey.kitenet.net/
81bca602da
Added a comment
2011-05-14 16:13:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
99c6dd556f
Added a comment
2011-05-14 09:06:54 +00:00
Joey Hess
552aee694c
layout
2011-05-13 14:58:48 -04:00
http://joey.kitenet.net/
f7174d09b6
Added a comment
2011-05-12 01:01:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
62cd26c64a
Added a comment
2011-05-12 00:07:31 +00:00
Joey Hess
3c319cd844
avoid always decrypting cipher
...
Last change moved cipher decryption to remote setup time.
Fixed this with a bit of a hack.
2011-05-01 15:13:54 -04:00
Joey Hess
1f84c7a964
S3: When encryption is enabled, the Amazon S3 login credentials are stored, encrypted, in .git-annex/remotes.log, so environment variables need not be set after the remote is initialized.
2011-05-01 14:05:10 -04:00
Joey Hess
86f7feb278
initremote: show gpg keys
2011-04-17 18:18:27 -04:00
Joey Hess
dd207994bc
reword again
...
On second thought, "unlocking" is confusable with git-annex unlock.
2011-04-17 12:36:12 -04:00
Joey Hess
f486768b16
tweak wording
2011-04-17 11:31:56 -04:00
Joey Hess
d2e74efdb2
document encryption
2011-04-16 19:35:02 -04:00
Joey Hess
c739c7d787
change name of buprepo
...
Instead of remote=, use buprepo=
Anyone already using bup will need to re-run git annex initremote.
2011-04-09 12:41:17 -04:00
Joey Hess
3650f42bcf
typo
2011-04-08 20:47:23 -04:00
Joey Hess
1bfd8d659a
typo
2011-04-08 20:46:40 -04:00
Joey Hess
5d7ef05d95
local bup remotes
2011-04-08 20:44:52 -04:00
Joey Hess
9de1f5d9cf
typo
2011-04-08 17:15:14 -04:00
Joey Hess
280b9677d6
expand
2011-04-08 17:13:50 -04:00
Joey Hess
f3953d5d4f
reword
2011-04-08 17:12:29 -04:00
Joey Hess
dacf53dacc
reorg
2011-04-08 17:09:50 -04:00
Joey Hess
80b6c6d4be
tweak
2011-04-08 16:54:53 -04:00
Joey Hess
f2324c9415
bupdates
2011-04-08 16:51:49 -04:00
Joey Hess
44c65f40b7
bup is now supported as a special type of remote.
2011-04-08 16:44:43 -04:00
Joey Hess
f3cf20d22a
document bup special remotes
2011-04-08 14:56:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
e8796f439d
2011-04-03 08:58:20 +00:00
Joey Hess
a33ba92e80
Merge remote-tracking branch 'branchable/master'
2011-04-02 22:34:42 -04:00
Joey Hess
248bbf76ca
typo
2011-04-02 22:34:05 -04:00
http://joey.kitenet.net/
e08fa92dfa
Added a comment
2011-04-03 02:32:17 +00:00