From ce3968ae6e3812d8a3654c41f02de419314de1be Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo" Date: Tue, 30 Apr 2013 19:55:19 +0000 Subject: [PATCH 1/2] Added a comment: I should have thought of this --- ...3_f4e3f28db005301adeef7ccd2c9998fb._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/forum/git-annex_across_two_filesystems/comment_3_f4e3f28db005301adeef7ccd2c9998fb._comment diff --git a/doc/forum/git-annex_across_two_filesystems/comment_3_f4e3f28db005301adeef7ccd2c9998fb._comment b/doc/forum/git-annex_across_two_filesystems/comment_3_f4e3f28db005301adeef7ccd2c9998fb._comment new file mode 100644 index 0000000000..52a8f55654 --- /dev/null +++ b/doc/forum/git-annex_across_two_filesystems/comment_3_f4e3f28db005301adeef7ccd2c9998fb._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo" + nickname="Marek" + subject="I should have thought of this" + date="2013-04-30T19:55:19Z" + content=""" +Thanks joey, I thought of the object storage just yesterday and that the drive where it resides needs to be the big one. + +I think that I will do it as you described with one addition: + +I set up the git-annex repository on my big drive. Lets call that BIG. +Then I set up another on the smaller drive (or raid) and set both to sync. Lets call that RAID. + +BUT: Can I use num copies to tell BIG to only sync files in certain directories to RAID. Or will syncing sync everything regardless? + +Thanks for your help + +"""]] From 756a90d917c37611cd24135c634407bdbfd4e16a Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo" Date: Tue, 30 Apr 2013 20:11:58 +0000 Subject: [PATCH 2/2] Added a comment: Another correction --- ...comment_4_53fa7ac6f80e3281768a7bfd3d438b34._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/git-annex_across_two_filesystems/comment_4_53fa7ac6f80e3281768a7bfd3d438b34._comment diff --git a/doc/forum/git-annex_across_two_filesystems/comment_4_53fa7ac6f80e3281768a7bfd3d438b34._comment b/doc/forum/git-annex_across_two_filesystems/comment_4_53fa7ac6f80e3281768a7bfd3d438b34._comment new file mode 100644 index 0000000000..bab1a8b02c --- /dev/null +++ b/doc/forum/git-annex_across_two_filesystems/comment_4_53fa7ac6f80e3281768a7bfd3d438b34._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo" + nickname="Marek" + subject="Another correction" + date="2013-04-30T20:11:57Z" + content=""" +sync just syncs the meta data but not the objects itself right? I have to do an explicit git-annex copy -to or copy -from? + + +"""]]