From: Chris Koeritz Date: Fri, 17 Feb 2012 15:32:45 +0000 (-0500) Subject: tossing ubuntu one because it is really unreliable. i've seen multiple cases X-Git-Tag: 2.140.90~1596^2~4 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=c65630c5267b40893b96526d85d06609ec21c7c5;p=feisty_meow.git 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. --- 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"); ############################################################################