This commit is contained in:
parent
1885cca783
commit
2acca8a3ae
1 changed files with 8 additions and 0 deletions
|
@ -35,13 +35,21 @@ fatal: Unable to create '/home/syncer/updates/.git/index.lock': File exists.
|
||||||
|
|
||||||
### What steps will reproduce the problem?
|
### What steps will reproduce the problem?
|
||||||
cd /home/syncer/updates
|
cd /home/syncer/updates
|
||||||
|
|
||||||
git init
|
git init
|
||||||
|
|
||||||
git annex init --version=6
|
git annex init --version=6
|
||||||
|
|
||||||
git clone ssh://git-annex.drweb.loc/home/syncer/updates
|
git clone ssh://git-annex.drweb.loc/home/syncer/updates
|
||||||
|
|
||||||
echo "* annex.backend=WORM" > .gitattributes
|
echo "* annex.backend=WORM" > .gitattributes
|
||||||
|
|
||||||
git add .gitattributes
|
git add .gitattributes
|
||||||
|
|
||||||
git commit -m "set attributes"
|
git commit -m "set attributes"
|
||||||
|
|
||||||
git annex initremote myrsync type=rsync rsyncurl=git-annex.drweb.loc:/home/syncer/rsync_remote encryption=none
|
git annex initremote myrsync type=rsync rsyncurl=git-annex.drweb.loc:/home/syncer/rsync_remote encryption=none
|
||||||
|
|
||||||
git annex copy --all --to myrsync
|
git annex copy --all --to myrsync
|
||||||
|
|
||||||
add and modify files
|
add and modify files
|
||||||
|
|
Loading…
Reference in a new issue