diff options
author | 2015-04-15 04:08:27 +0000 | |
---|---|---|
committer | 2015-04-15 04:08:27 +0000 | |
commit | 89394d15586570a572d32a26e72ff010221410e2 (patch) | |
tree | bde3212ee3b93b8451a5e2f24a6a408f6049d743 /doc/forum | |
parent | c056bcd4a323b6caa0b69d7219912481afeb2538 (diff) |
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/How_to_find_deleted_files_that_I_know_have_been_backed_up__63__.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/How_to_find_deleted_files_that_I_know_have_been_backed_up__63__.mdwn b/doc/forum/How_to_find_deleted_files_that_I_know_have_been_backed_up__63__.mdwn new file mode 100644 index 000000000..998c608dd --- /dev/null +++ b/doc/forum/How_to_find_deleted_files_that_I_know_have_been_backed_up__63__.mdwn @@ -0,0 +1,9 @@ +<video src=http://s.natalian.org/2015-04-15/git-annex-issues.mp4></video> + +I removed some archived directories perhaps foolishly with `rm -rf`. How do I find the files that I've had deleted? + + + +I also have an issue where by I want one command to sync between two hardrives and [github](https://github.com/kaihendry/uploadme). Or do I have to: `git-annex move --to {foo,bar}; git-annex drop; git-annex sync`? Basically I want copies everywhere except on my laptop (X1C3). + +I also expected my git dir to be much smaller than 1.4GB after dropping everything. Thanks! |