aboutsummaryrefslogtreecommitdiff
path: root/doc/walkthrough.mdwn
Commit message (Collapse)AuthorAge
* remove recent addition of receive.denyNonFastForwards to walkthroughGravatar Joey Hess2017-02-13
| | | | | | | | | | | | | | That is a dangerous setting, and not needed. I tried the walkthrough as it was without it, and syncing in the USB remote worked ok. There was a problem merging from origin/master, since that branch didn't exist yet, but that didn't prevent sync from working at all. To avoid even that problem, reordered the walkthrough, so files get committed to the repo before the remote gets set up. This commit was sponsored by Ole-Morten Duesund on Patreon.
* add some links to new workflow pageGravatar Joey Hess2016-12-20
|
* fix linksGravatar Joey Hess2016-03-12
|
* add new walkthrough chapter on using special remotesGravatar Joey Hess2015-01-20
|
* remove setup_git pageGravatar Joey Hess2014-05-18
| | | | | | | | There were two problems with this page: * It didn't explain how to set up git. * It's not necessary to set up git. git-annex init detects when git needs configuration and automatically configures it.
* Assumes GIT is already configured. Add this as optional step.Gravatar https://www.google.com/accounts/o8/id?id=AItOawkdAwJm7kqiwoonPrxmWfMOIxIQBvk6UTI2014-03-11
|
* add a walkthrough section discussing git-annex's skipping of files on noopGravatar Joey Hess2014-02-02
|
* revert spamGravatar Joey Hess2013-11-20
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkTn3HixU2KJIvvLXLqwYUzlDGDtYf43GE2013-11-20
|
* typoGravatar Joey Hess2013-07-08
|
* add a new item to walkthrough, as people get confused about whether tags and ↵Gravatar Joey Hess2013-07-08
| | | | branches are supported (they are)
* add trailGravatar Joey Hess2012-05-27
|
* fix inline pagenames in walkthroughGravatar Joey Hess2012-05-24
| | | | I should read my own ikiwiki changelog when upgrading, apparently.
* add section on syncing to the walkthroughGravatar Joey Hess2011-12-31
|
* remove optimize subcommand; use --auto insteadGravatar Joey Hess2011-09-15
| | | | | | | | | | | | | | | | | | 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.
* optimize: A new subcommand that either gets or drops file content as needed ↵Gravatar Joey Hess2011-09-14
| | | | | | | | 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.
* reorgGravatar Joey Hess2011-04-08
|
* move esoteric stuff from walkthrough to cheatsheetGravatar Joey Hess2011-04-08
|
* document bup special remotesGravatar Joey Hess2011-04-08
|
* document S3 remotesGravatar Joey Hess2011-03-27
|
* updateGravatar Joey Hess2011-03-09
|
* updateGravatar Joey Hess2011-03-03
|
* show allGravatar Joey Hess2011-02-27
|
* custom template for walkthrough inlineGravatar Joey Hess2011-02-27
|
* split the walkthrough and inline back togetherGravatar Joey Hess2011-02-27
|
* Typo fixes in walkthrough.mdwnGravatar http://sunny256.sunbase.org/2011-02-15
|
* wordingGravatar Joey Hess2011-01-26
|
* fsck: handle untrusted reposGravatar Joey Hess2011-01-26
|
* New migrate subcommand can be used to switch files to using a different ↵Gravatar Joey Hess2011-01-08
| | | | backend, safely and with no duplication of content.
* unannex: Now skips files whose content is not present, rather than it being ↵Gravatar Joey Hess2011-01-08
| | | | an error. This allows gradual conversion from one backend to another by running unannex followed by add in each repository.
* message tweakedGravatar Joey Hess2011-01-05
|
* Now rsync is exclusively used for copying files to and from remotes. scp is ↵Gravatar Joey Hess2010-12-31
| | | | not longer supported.
* Revert walkthrough annex.backend changeGravatar Joey Hess2010-12-29
| | | | | | | | | | | This reverts commit c74347a50879401f4661a16f059b3fc467c28989. I'm afraid that change was just all wrong. * The gitattributes setting is `annex.backend`. Not `annex.backends`. * `gitattributes` files need to start with a glob, which this commit removed. * git config's `annex.backends` is NOT the same as the gitattributes setting, and is not a knob that we should be encouraging users tweak.
* (no commit message)Gravatar praet2010-12-30
|
* Add trust and untrust subcommands, to allow configuring remotes that are ↵Gravatar Joey Hess2010-12-28
| | | | trusted to retain files without explicit checking.
* update for rsyncGravatar Joey Hess2010-12-02
|
* The git-annex-backend attribute has been renamed to annex.backend.Gravatar Joey Hess2010-11-28
|
* change name of numcopies attributeGravatar Joey Hess2010-11-28
|
* update docsGravatar Joey Hess2010-11-28
|
* fsck: Print warnings to stderr; --quiet can now be used to only see problems.Gravatar Joey Hess2010-11-15
|
* fsck no longer runs unusedGravatar Joey Hess2010-11-15
|
* on dropunused and unusedGravatar Joey Hess2010-11-15
|
* dropunusedGravatar Joey Hess2010-11-15
|
* better fsck file handlingGravatar Joey Hess2010-11-13
|
* fsck: avoid global checks if files specifiedGravatar Joey Hess2010-11-13
|
* tweakGravatar Joey Hess2010-11-13
|
* tweakGravatar Joey Hess2010-11-13
|
* fsck improvementsGravatar Joey Hess2010-11-13
|
* fsck improvementsGravatar Joey Hess2010-11-13
| | | | | | | | | * fsck: Check if annex.numcopies is satisfied. * fsck: Verify the sha1 of files when the SHA1 backend is used. * fsck: Verify the size of files when the WORM backend is used. * fsck: Allow specifying individual files to fsk if fscking everything is not desired. * fsck: Fix bug, introduced in 0.04, in detection of unused data.
* tweakGravatar Joey Hess2010-11-10
|