daemonize git annex watch

This commit is contained in:
Joey Hess 2012-06-11 00:39:09 -04:00
parent ca9ee21bd7
commit d5884388b0
5 changed files with 123 additions and 34 deletions

View file

@ -173,8 +173,11 @@ subdirectories).
Watches for changes to files in the current directory and its subdirectories,
and takes care of automatically adding new files, as well as dealing with
deleted, copied, and moved files. Run this in the background, and you
no longer need to manually run git commands when manipulating your files.
deleted, copied, and moved files. With this running as a daemon in the
background, you no longer need to manually run git commands when
manipulating your files.
To not daemonize, run with --foreground
# REPOSITORY SETUP COMMANDS