diff --git a/doc/bugs/jobs.mdwn b/doc/bugs/jobs.mdwn index 370140a590..efd32d76d6 100644 --- a/doc/bugs/jobs.mdwn +++ b/doc/bugs/jobs.mdwn @@ -35,13 +35,21 @@ fatal: Unable to create '/home/syncer/updates/.git/index.lock': File exists. ### What steps will reproduce the problem? cd /home/syncer/updates + git init + git annex init --version=6 + git clone ssh://git-annex.drweb.loc/home/syncer/updates + echo "* annex.backend=WORM" > .gitattributes + git add .gitattributes + git commit -m "set attributes" + git annex initremote myrsync type=rsync rsyncurl=git-annex.drweb.loc:/home/syncer/rsync_remote encryption=none + git annex copy --all --to myrsync add and modify files