This commit is contained in:
parent
cc97119880
commit
901c89b287
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Specifically, it seems like sync does a lot more than push and pull files - that
|
|||
|
||||
I have two machines I work on, and should only have active content. I have two special remotes (S3/wasabi) that should have everything that's ever been annexed, including old versions of files.
|
||||
|
||||
If I `git annex sync -a -A` then it will pull all versions locally as well. So I think I may have to separate the get and copy commands? Though that gets a bit slower since it seems to enumerate every file for every version.
|
||||
If I `git annex sync -a -A` then it will pull all versions locally as well. So I think I may have to separate the get and copy commands? Though `git annex copy -A` is a bit slower since it seems to enumerate every file for every version.
|
||||
|
||||
Here's what I'm doing so far:
|
||||
|
||||
|
|
Loading…
Reference in a new issue