1git-annex-assistant(1) General Commands Manual git-annex-assistant(1)
2
3
4
6 git-annex-assistant - automatically sync changes
7
9 git annex assistant
10
12 Watches for changes to files in the current directory and its subdirec‐
13 tories, and automatically syncs them to other remotes.
14
16 --autostart
17
18 Automatically starts the assistant running in each repository
19 listed in the file ~/.config/git-annex/autostart
20
21 This is typically started at boot, or when you log in.
22
23 --startdelay=N
24 Wait N seconds before running the startup scan. This process can
25 be expensive and you may not want to run it immediately upon lo‐
26 gin.
27
28 When --autostart is used, defaults to --startdelay=5.
29
30 --foreground
31 Avoid forking to the background.
32
33 --stop Stop a running daemon in the current repository.
34
35 --autostop
36 The complement to --autostart; stops all running daemons in the
37 repositories listed in the autostart file.
38
39 Also the git-annex-common-options(1) can be used.
40
42 git-annex(1)
43
44 git-annex-watch(1)
45
46 git-annex-schedule(1)
47
48 For more details about the git-annex assistant, see <https://git-an‐
49 nex.branchable.com/assistant/>
50
52 Joey Hess <id@joeyh.name>
53
54 git-annex-assistant(1)