diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkW9u-8uqR62QBZjeTNCXsL7Ds55dAMGbA <Horea@web> | 2015-04-17 21:50:25 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-04-17 21:50:25 +0000 |
commit | 4621820a71f989fb8b84d71a395e16e648afcbf8 (patch) | |
tree | c2674a485405a6cf8305076775222817fba0e23b /doc | |
parent | bf9dede7d5a05e5797ea9cb2bbf0346bde08ebde (diff) |
git annex removed deleted recovery
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Git-annex_deleted_all_my_files__44___how_can_I_recover_them__63__.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/Git-annex_deleted_all_my_files__44___how_can_I_recover_them__63__.mdwn b/doc/forum/Git-annex_deleted_all_my_files__44___how_can_I_recover_them__63__.mdwn new file mode 100644 index 000000000..ed86cd883 --- /dev/null +++ b/doc/forum/Git-annex_deleted_all_my_files__44___how_can_I_recover_them__63__.mdwn @@ -0,0 +1,19 @@ +I am trying to follow this guide: + +https://git-annex.branchable.com/walkthrough/ + +I: + +* created a repository +* added a remote +* added all the files via `git annex add .` +* commited my changes +* synced my repositories + + +By the time I tied to actually get the content from repo one into repo two (via `git annex get folder`) I noticed that all of my stuff had been deleted from repo one (and not backed up by git annex anywhere else!). + +How can I get my stuff back? + +Also, why would any software which is meant for backup (or any sane software in general) delete stuff without me actually typing `rm` or `delete` into the terminal and without giving me a big warning message and a confirmation prompt? + |