Home
last modified time | relevance | path

Searched refs:annex (Results 26 – 50 of 3210) sorted by relevance

12345678910>>...129

/dports/devel/hs-git-annex/git-annex-8.20210903/doc/
H A Dgit-annex-uninit.mdwn3 git-annex uninit - de-initialize git-annex and clean out repository
7 git annex uninit
11 Use this to stop using git annex. It will unannex every file in the
12 repository, and remove all of git-annex's other data, leaving you with a
17 * The [[git-annex-common-options]](1) can be used.
21 [[git-annex]](1)
23 [[git-annex-unannex]](1)
25 [[git-annex-init]](1)
H A Dgit-annex-vcycle.mdwn3 git-annex vcycle - switch view to next layout
7 git annex vcycle
18 * The [[git-annex-common-options]](1) can be used.
22 [[git-annex]](1)
24 [[git-annex-metadata]](1)
26 [[git-annex-view]](1)
28 [[git-annex-vpop]](1)
30 [[git-annex-vadd]](1)
32 [[git-annex-vfilter]](1)
H A Dgit-annex-vpop.mdwn3 git-annex vpop - switch back to previous view
7 git annex vpop `[N]`
18 * The [[git-annex-common-options]](1) can be used.
22 [[git-annex]](1)
24 [[git-annex-metadata]](1)
26 [[git-annex-view]](1)
28 [[git-annex-vfilter]](1)
30 [[git-annex-vadd]](1)
32 [[git-annex-vcycle]](1)
H A Dgit-annex-wanted.mdwn3 git-annex wanted - get or set preferred content expression
7 git annex wanted `repository [expression]`
12 to be held in the archive. See [[git-annex-preferred-content]](1)
16 git annex wanted . "include=*.mp3 or include=*.ogg"
23 * The [[git-annex-common-options]](1) can be used.
27 [[git-annex]](1)
29 [[git-annex-required]](1)
31 [[git-annex-preferred-content]](1)
33 [[git-annex-groupwanted]](1)
H A Dgit-annex-adjust.mdwn3 git-annex adjust - enter an adjusted branch
25 repositories, run `git annex sync`.
30 problems, use `git annex merge otherbranch`.
71 the annex objects.
86 set the `annex.adjustedbranchrefresh` config.
109 set the `annex.adjustedbranchrefresh` config. Or use `git-annex sync
112 * Also the [[git-annex-common-options]](1) can be used.
116 [[git-annex]](1)
118 [[git-annex-unlock]](1)
120 [[git-annex-upgrade]](1)
[all …]
H A Dgit-annex-numcopies.mdwn3 git-annex numcopies - configure desired number of copies
7 git annex numcopies `N`
11 Tells git-annex how many copies it should preserve of files, over all
16 This configuration is stored in the git-annex branch, so it will be seen
18 by the annex.numcopies setting in .gitattributes files, or can be
21 When git-annex is asked to drop a file, it first verifies that the
27 repositories, git-annex may violate the numcopies setting. It still
29 using [[git-annex-mincopies]](1)
33 * The [[git-annex-common-options]](1) can be used.
37 [[git-annex]](1)
[all …]
H A Dgit-annex-renameremote.mdwn3 git-annex renameremote - changes name of a special remote
7 git annex renameremote `name|uuid|desc newname`
17 want to use that name for a new special remote. `git annex initremote`
21 git annex renameremote phone lost-phone
22 git annex initremote phone ...
24 This only updates the name that git-annex has stored for use
25 by `git annex enableremote`. It does not update the git config stanza
31 * The [[git-annex-common-options]](1) can be used.
35 [[git-annex]](1)
37 [[git-annex-initremote]](1)
[all …]
H A Dgit-annex-sync.mdwn7 git annex sync `[remote ...]`
39 See [[git-annex-import]](1) and [[git-annex-export]](1) for details
63 * `--only-annex` `-a`, `--not-only-annex`
73 a setting, use `--not-only-annex`.
93 When `remote.<name>.annex-pull` or `remote.<name>.annex-sync`
102 When `remote.<name>.annex-push` or `remote.<name>.annex-sync` are
122 [[git-annex-preferred-content]](1).
173 and pushed by `git-annex sync`.
178 to find that the next `git annex merge` or `git annex sync` brings the
187 [[git-annex]](1)
[all …]
H A Dgit-annex-vadd.mdwn3 git-annex vadd - add subdirs to current view
7 git annex vadd `[field=glob ...] [field=value ...] [tag ...]`
22 * The [[git-annex-common-options]](1) can be used.
26 [[git-annex]](1)
28 [[git-annex-metadata]](1)
30 [[git-annex-view]](1)
32 [[git-annex-vpop]](1)
34 [[git-annex-vfilter]](1)
36 [[git-annex-vcycle]](1)
H A Dgit-annex-enable-tor.mdwn3 git-annex enable-tor - enable tor hidden service
7 git annex enable-tor
9 sudo git annex enable-tor $(id -u)
13 This command enables a tor hidden service for git-annex.
20 After this command is run, `git annex remotedaemon` can be run to serve the
21 tor hidden service, and then `git-annex p2p --gen-address` can be run to
26 * The [[git-annex-common-options]](1) can be used.
30 [[git-annex]](1)
32 [[git-annex-p2p-auth]](1)
34 [[git-annex-remotedaemon]](1)
H A Dgit-annex-groupwanted.mdwn3 git-annex groupwanted - get or set groupwanted expression
7 git annex groupwanted `groupname [expression]`
18 git annex groupwanted redundantarchive "not (copies=redundantarchive:3)"
20 git annex group $repo redundantarchive
21 git annex wanted $repo groupwanted
30 * The [[git-annex-common-options]](1) can be used.
34 [[git-annex]](1)
36 [[git-annex-group]](1)
38 [[git-annex-wanted]](1)
40 [[git-annex-preferred-content]](1)
H A Dgit-annex-log.mdwn3 git-annex log - shows location log
7 git annex log `[path ...]`
16 This displays information from the history of the git-annex branch. Several
18 [[git-annex-dead]] and [[git-annex-forget]] are used, old historical
19 data gets cleared from the branch. When annex.private or
20 remote.name.annex-private is configured, git-annex does not write
21 information to the branch at all. And when annex.alwayscommit is set to
44 The [[git-annex-matching-options]](1)
53 * Also the [[git-annex-common-options]](1) can be used.
57 [[git-annex]](1)
[all …]
H A Dgit-annex-preferred-content.mdwn9 using `git annex vicfg` or `git annex wanted`.
11 and by the git-annex assistant.
18 `git annex required`.
48 [[git-annex-export]](1)) and [[git-annex-import]](1), these match relative
218 git annex wanted $repo groupwanted
227 doesn't make git-annex consider those unused keys. So when git-annex is
267 that git annex get --auto will want to get, and git annex find --want-drop --in
272 [[git-annex]](1)
274 [[git-annex-vicfg]](1)
276 [[git-annex-wanted]](1)
[all …]
H A Dgit-annex-semitrust.mdwn3 git-annex semitrust - return repository to default trust level
7 git annex semitrust `[repository ...]`
18 * The [[git-annex-common-options]](1) can be used.
22 [[git-annex]](1)
24 [[git-annex-trust]](1)
26 [[git-annex-untrust]](1)
28 [[git-annex-dead]](1)
30 [[git-annex-expire]](1)
H A Dgit-annex-setkey.mdwn3 git-annex setkey - sets annexed content for a key
7 git annex setkey key file
12 be set to the specified file. The file is moved into the annex.
14 It's generally a better idea to use [[git-annex-reinject]](1) instead of
19 * The [[git-annex-common-options]](1) can be used.
23 [[git-annex]](1)
25 [[git-annex-reinject]](1)
27 [[git-annex-dropkey]](1)
H A Dgit-annex-vicfg.mdwn3 git-annex vicfg - edit configuration in git-annex branch
7 git annex vicfg
11 Opens EDITOR on a temp file containing all of git-annex's
12 configuration settings that are stored in the git-annex branch,
13 and when it exits, stores any changes made back to the git-annex branch.
20 * The [[git-annex-common-options]](1) can be used.
24 [[git-annex]](1)
H A Dgit-annex-version.mdwn3 git-annex version - show version info
7 git annex version
11 Shows the version of git-annex, as well as repository version information.
13 git-annex's version is in the form MAJOR.DATE, where MAJOR is a number
17 Daily builds of git-annex will append a "-gREF" to the version, which
18 corresponds to the git ref from git-annex's source repository that was
26 Causes only git-annex's version to be output, and nothing else.
28 * Also the [[git-annex-common-options]](1) can be used.
32 [[git-annex]](1)
H A Dgit-annex-list.mdwn3 git-annex list - show which remotes contain files
7 git annex list `[path ...]`
12 files. This is similar to `git annex whereis` but a more compact display.
23 The [[git-annex-matching-options]](1)
26 * Also the [[git-annex-common-options]](1) can be used.
30 [[git-annex]](1)
32 [[git-annex-find]](1)
34 [[git-annex-whereis]](1)
H A Dgit-annex-trust.mdwn3 git-annex trust - trust a repository
7 git annex trust `[repository ...]`
18 is trusted and B is not; both contain the same content. `git-annex drop`
20 and so the drop proceeds. Then `git-annex drop` is run on repository B,
26 * The [[git-annex-common-options]](1) can be used.
30 [[git-annex]](1)
32 [[git-annex-semitrust]](1)
34 [[git-annex-untrust]](1)
36 [[git-annex-dead]](1)
H A Dgit-annex-mirror.mdwn3 git-annex mirror - mirror content of files to/from another repository
7 git annex mirror `[path ...] [--to=remote|--from=remote]`
20 contents. Use [[git-annex-sync]](1) for that.
43 Mirror all objects stored in the git annex, not only objects used by
46 However, this bypasses checking the .gitattributes annex.numcopies
60 Operate on files found by last run of git-annex unused.
68 The [[git-annex-matching-options]](1)
74 git-annex. Each line of output is a JSON object.
85 * Also the [[git-annex-common-options]](1) can be used.
89 [[git-annex]](1)
[all …]
H A Dgit-annex-initremote.mdwn3 git-annex initremote - creates a special (non-git) remote
7 git annex initremote `name type=value [param=value ...]`
31 `git annex enableremote`.
37 want to use `git annex renameremote`.
48 git annex initremote mys3 type=S3 --whatelse
66 or uuid of any git-annex repository.
98 <https://git-annex.branchable.com/encryption/>
103 To avoid `git annex enableremote` needing to be run,
118 [[git-annex]](1)
120 [[git-annex-enableremote]](1)
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/
H A DCHANGELOG15 * unused: Skip the refs/annex/last-index ref that git-annex recently
865 annex-annex-tracking-branch, instead of annex-tracking-branch.
935 * annex.largefiles can be configured by git-annex config,
1409 git-annex.
1841 affected git-annex unused and git-annex info.
1988 * Added annex.merge-annex-branches config setting which
4374 * Support symlinking git-annex and git-annex-shell
5611 `git annex add` and the assistant add to the annex.
5794 annex.crippledfilesystem, as well as annex.direct.
6828 * uninit: Delete the git-annex branch and .git/annex/
[all …]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/forum/
H A Dikiwiki_with_album___38___underlay_plugins.mdwn3 … discussion at [git-annex forum](http://git-annex.branchable.com/forum/git-annex___38___ikiwiki_ex…
19 Create underlay directory and init git annex in direct mode
22 cd ~/$wiki.underlay;git init;git annex init $srcunderlay; git annex direct
29 Clone to laptop and initialise annex repo
33 cd $wiki.underday;git-annex init $wrkunderlay
36 You now have an annex repo in the local $wiki.underlay called $wrkunderlay and one in the $wiki.und…
46 git annex add .
51 cd $wrkunderlay; git-annex copy --to $srcunderlay .; git-annex sync
58 My guess is that you have to git-annex copy the $wiki.underlay files to $srcunderlay **before** run…
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/tips/
H A DIkiwiki_with_git-annex__44___the_album_and_the_underlay_plugins.mdwn5 … discussion at [git-annex forum](http://git-annex.branchable.com/forum/git-annex___38___ikiwiki_ex…
21 Create underlay directory and init git annex in direct mode
24 cd ~/$wiki.underlay;git init;git annex init $srcunderlay; git annex direct
31 Clone to laptop and initialise annex repo
35 cd $wiki.underday;git-annex init $wrkunderlay
38 You now have an annex repo in the local $wiki.underlay called $wrkunderlay and one in the $wiki.und…
48 git annex add .
53 cd $wrkunderlay; git-annex copy --to $srcunderlay .; git-annex sync
60 My guess is that you have to git-annex copy the $wiki.underlay files to $srcunderlay **before** run…
/dports/devel/hs-git-annex/git-annex-8.20210903/templates/documentation/
H A Dabout.hamlet4 git-annex watches over your files
10 <a href="http://git-annex.branchable.com/">the git-annex website</a>.
12 git-annex is © 2010-2017 Joey Hess. It is free software, licensed #
21 <a href="http://git-annex.branchable.com/license">
24 The source code for git-annex can be downloaded #
25 <a href="http://source.git-annex.branchable.com/">here</a>.
27 Development of git-annex is made possible by #
28 <a href="http://git-annex.branchable.com/assistant/thanks/">

12345678910>>...129