From 2acca8a3aef8f0b87e780253a3066067b7a366a3 Mon Sep 17 00:00:00 2001 From: "petr.marketlab@4024e478aebbe860ab1cbf03aca8adb30127c56e" Date: Tue, 28 Aug 2018 15:26:07 +0000 Subject: [PATCH] --- doc/bugs/jobs.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) 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