This commit is contained in:
parent
49b2e0f141
commit
c646d15c11
1 changed files with 3 additions and 0 deletions
|
@ -1,10 +1,13 @@
|
||||||
I've been syncronizing my data since long time, mainly using rsync or unison. Thus I had two 3.5Gb datasets set1 (usb drive, hfs+ partition) and set2 (hdd, ext4 ubuntu 13.04 box) which differed only in 50Mb (new on set1 ). This was double checked using diff -r before doing anything.
|
I've been syncronizing my data since long time, mainly using rsync or unison. Thus I had two 3.5Gb datasets set1 (usb drive, hfs+ partition) and set2 (hdd, ext4 ubuntu 13.04 box) which differed only in 50Mb (new on set1 ). This was double checked using diff -r before doing anything.
|
||||||
|
|
||||||
I created a git annex repo in direct mode for set2 from command line, and after that I let the assistant scan it.
|
I created a git annex repo in direct mode for set2 from command line, and after that I let the assistant scan it.
|
||||||
After that created the repo for set1 and added it to the assistant. I think here comes my mistake (I think).
|
After that created the repo for set1 and added it to the assistant. I think here comes my mistake (I think).
|
||||||
|
|
||||||
Instead of keeping them apart, at told assistant to sync with set2.
|
Instead of keeping them apart, at told assistant to sync with set2.
|
||||||
Why I think this was a mistake? Because set2 was indexed and set1 no, and I'm seeing a lot of file moving a copying, which in my humble opinion should not happen.
|
Why I think this was a mistake? Because set2 was indexed and set1 no, and I'm seeing a lot of file moving a copying, which in my humble opinion should not happen.
|
||||||
What I expected it only the difference to be transferred from set1 to set2.
|
What I expected it only the difference to be transferred from set1 to set2.
|
||||||
What it seems to be doing is moving away all content in set1, and copying it back from set2. I think it will end correctly, but with a lot of unnecessary and risky operations.
|
What it seems to be doing is moving away all content in set1, and copying it back from set2. I think it will end correctly, but with a lot of unnecessary and risky operations.
|
||||||
|
|
||||||
I think I should have independently added both datasets, let them be scanned and then connect to each other.
|
I think I should have independently added both datasets, let them be scanned and then connect to each other.
|
||||||
So, now the questions:
|
So, now the questions:
|
||||||
1. Is that the correct way to proceed?
|
1. Is that the correct way to proceed?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue