This commit is contained in:
parent
74f47dc437
commit
c061a33477
1 changed files with 1 additions and 0 deletions
1
doc/forum/Sync_All_Missing_Content__63__.mdwn
Normal file
1
doc/forum/Sync_All_Missing_Content__63__.mdwn
Normal file
|
@ -0,0 +1 @@
|
|||
I have a git annex repo I'm using to sync to a couple of computers, plus backup to Glacier. git annex sync --content normally works fine, but recently I've added some large files with git annex that also have multiple versions, and I see that when I do git annex sync --content, only the current version of the file content gets transferred. I see that the --all option exists as well, which seems like it should do what I need, but when I run git annex sync --content --all it appears to start trying to sync _all_ content, even if it's already present on both machines. And if I try to use it on my glacier remote, it seems to be trying to pull from Glacier as well, which of course fails because you can't immediately access a Glacier file. Is there any combination of options that can do what I'm looking for here, to transfer all content but only a delta between what's present on the current machine and the remote?
|
Loading…
Add table
Add a link
Reference in a new issue