From 056ee9a3bdd1c1c1c45ad2ca2cdaad78f7e9e0b5 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo" Date: Fri, 19 Apr 2013 15:15:22 +0000 Subject: rename forum/git-annex_on_top_of_two_filesystems.mdwn to forum/git-annex_across_two_filesystems.mdwn --- doc/forum/git-annex_across_two_filesystems.mdwn | 30 ++++++++++++++++++++++ doc/forum/git-annex_on_top_of_two_filesystems.mdwn | 30 ---------------------- 2 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 doc/forum/git-annex_across_two_filesystems.mdwn delete mode 100644 doc/forum/git-annex_on_top_of_two_filesystems.mdwn (limited to 'doc') diff --git a/doc/forum/git-annex_across_two_filesystems.mdwn b/doc/forum/git-annex_across_two_filesystems.mdwn new file mode 100644 index 000000000..1e95a793c --- /dev/null +++ b/doc/forum/git-annex_across_two_filesystems.mdwn @@ -0,0 +1,30 @@ +Hi everyone, + +I need some suggestions on how to operate git-annex best in my setup. + +I need git-annex mainly for its ability to have directories of all my data on all my nodes but not for the data redundancy it can provide. +I have one node that contains 2 filesystems that I want to merge in one git-annex repository. One filesystem (lets call it SAFE) is on top of a RAID1 between two 1TB hds. The other (BIG) is on top of a 3TB hd. SAFE holds data I do not want to loose (like digital pictures). BIG holds data that I can loose. + +I do not have enough disk space on other nodes to get rid of the RAID1. + +This is how I mount my filesystems: + +SAFE at ~/AllData/ + +BIG at ~/AllData/bigfiles/ + +The root of the git repository is at ~/AllData/ however when I do: + +git-annex add ~/AllData/bigfiles/file1 +It says: +add bigfiles/file1 failed + +I assume that is because of file1 being on a different filesystem. + +Do I have to create two repositories: one for each filesystem or do you have any ideas on how to use git-annex best in this scenario? +Having two repositories also has the disadvantage that I need two repositories on all other nodes am I right? + +Thanks for you suggestions + + + diff --git a/doc/forum/git-annex_on_top_of_two_filesystems.mdwn b/doc/forum/git-annex_on_top_of_two_filesystems.mdwn deleted file mode 100644 index 1e95a793c..000000000 --- a/doc/forum/git-annex_on_top_of_two_filesystems.mdwn +++ /dev/null @@ -1,30 +0,0 @@ -Hi everyone, - -I need some suggestions on how to operate git-annex best in my setup. - -I need git-annex mainly for its ability to have directories of all my data on all my nodes but not for the data redundancy it can provide. -I have one node that contains 2 filesystems that I want to merge in one git-annex repository. One filesystem (lets call it SAFE) is on top of a RAID1 between two 1TB hds. The other (BIG) is on top of a 3TB hd. SAFE holds data I do not want to loose (like digital pictures). BIG holds data that I can loose. - -I do not have enough disk space on other nodes to get rid of the RAID1. - -This is how I mount my filesystems: - -SAFE at ~/AllData/ - -BIG at ~/AllData/bigfiles/ - -The root of the git repository is at ~/AllData/ however when I do: - -git-annex add ~/AllData/bigfiles/file1 -It says: -add bigfiles/file1 failed - -I assume that is because of file1 being on a different filesystem. - -Do I have to create two repositories: one for each filesystem or do you have any ideas on how to use git-annex best in this scenario? -Having two repositories also has the disadvantage that I need two repositories on all other nodes am I right? - -Thanks for you suggestions - - - -- cgit v1.2.3