aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_sync_deleted_a_bunch_of_files___40__not_expected__41__.mdwn
blob: 619e8e5b855392bb79913b0c1541603dd84a3ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
### Please describe the problem.

I plugged in a usb drive, did git annex sync and it git fast-forward and deleted about 600 files that I had added on my laptop. 

### What steps will reproduce the problem?

Obviously, I'm not sure really because I don't plug this usb drive every day to sync so I don't remember what I did last time. But I suppose I just finished with git annex sync and unplugged it. When the accident occured:

 1. The usb drive was in direct mode whereas the laptop was in indirect mode at the time. 
 2. I git annex sync the usb drive
 3. I git annex sync the laptop

Anyway, the big mistake I did was syncing the laptop as well, naively thinking it would correct the usb drive; but instead it also deleted the files on the laptop. I had a back up of most of it so it was okay.

---

So now I git reset --hard to a commit before I synced, so I still have my files. But how can I fix this situation?

### What version of git-annex are you using? On what operating system?

Arch Linux

git-annex version: 5.20140128
build flags: S3 DBus TDFA CryptoHash
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
remote types: git gcrypt S3 bup directory rsync web glacier hook external
local repository version: 5
supported repository version: 5
upgrade supported from repository versions: 0 1 2 4


### Please provide any additional information below.

[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log


# End of transcript or log.
"""]]

> [[closing|done]], not a bug based on the limited description. --[[Joey]]