diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-06 15:08:17 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-06 15:08:17 -0400 |
commit | 948f73619d916dbac8728c9f03c899cfff10dbc0 (patch) | |
tree | 7c8ce1bb5114c1fd32a1fb51a951f9fc24e0d32d /doc | |
parent | 833ae95301b38a09933e40ae6a77c2ea3d83efdc (diff) |
followup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Git-annex_assistant:_where_are_deleted_files_and_older_versions_saved__63__/comment_2_45928886d1ae4a76e2daefb355967729._comment | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/Git-annex_assistant:_where_are_deleted_files_and_older_versions_saved__63__/comment_2_45928886d1ae4a76e2daefb355967729._comment b/doc/forum/Git-annex_assistant:_where_are_deleted_files_and_older_versions_saved__63__/comment_2_45928886d1ae4a76e2daefb355967729._comment new file mode 100644 index 000000000..1b0f11834 --- /dev/null +++ b/doc/forum/Git-annex_assistant:_where_are_deleted_files_and_older_versions_saved__63__/comment_2_45928886d1ae4a76e2daefb355967729._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2015-07-06T19:03:57Z" + content=""" +While Marco is right about backup repositories, note that the assistant can +only move the content of deleted/old versions of files to a backup repository +if that repository is set up as a remote of the repository where the +assistant is running. + +So, it's quite possible to have some backup repositories that are not well +enough connected for deleted/old files to reach them. The deleted/old files +will then be kept in whatever repositories happen to contain them. + +Where are the deleted files stored? Underneath .git/annex/objects/ + +Also, the webapp has a configuration page to control what to do with unused +files, and can be configured to delete them periodically if you'd prefer. +"""]] |