From c65630c5267b40893b96526d85d06609ec21c7c5 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 17 Feb 2012 10:32:45 -0500 Subject: [PATCH] tossing ubuntu one because it is really unreliable. i've seen multiple cases where files were modified, and did not get synched, where directories were moved, and did not get synched. it's still worthless even after 4 releases of ubuntu, because the bugs i've seen go all the way back to ubuntu 10.04. really sad, because i need a feature like this, but i also need it to be 100% reliable for the files i put into it. --- scripts/archival/snarf_notes.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/archival/snarf_notes.pl b/scripts/archival/snarf_notes.pl index b8b3c9f1..1f58543b 100644 --- a/scripts/archival/snarf_notes.pl +++ b/scripts/archival/snarf_notes.pl @@ -50,8 +50,9 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number); &snarf_by_pattern($snarf_file_base, "$root", "list"); &snarf_by_pattern($snarf_file_base, "$root", "task"); -# backup additional items from our Ubuntu One folder. -&snarf_by_pattern($snarf_file_base, "$root", "notes", "Ubuntu One"); +# backup additional folders we care about. +###ubuntu one retired because of complete unreliability. +#&snarf_by_pattern($snarf_file_base, "$root", "notes", "Ubuntu One"); ############################################################################ -- 2.34.1