This commit is contained in:
petr.marketlab@4024e478aebbe860ab1cbf03aca8adb30127c56e 2018-08-28 15:26:07 +00:00 committed by admin
parent 1885cca783
commit 2acca8a3ae

View file

@ -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