aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/how_to_decrypt_file_from_encrypted_special_remote__63__.mdwn
blob: d16131eeab6680e351bee3b2312857f5f094e465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
I have an encrypted S3 remote with which I recently ran: 

$> git annex move . --from cloud

which moved all my files to the local repo. When I looked at my S3 bucket, I saw some files left. I then ran:

$> git annex unused --from cloud

to get all the unused data. I dropped each unused data from cloud so that now I think git annex believes it has nothing on the cloud remote.

However there is still one file left on the bucket. Is this normal? (if not I'll create a bug report)
More importantly, how can I decrypt this file so I can run git log -S'KEY' to figure out what it is (I want to make sure I haven't lost any data).

To be clear, when I currently run 'git annex move . --from cloud' it moves nothing and when I run 'git annex unused --from cloud' it reports no unused data.