tossing ubuntu one because it is really unreliable. i've seen multiple cases
authorChris Koeritz <fred@gruntose.com>
Fri, 17 Feb 2012 15:32:45 +0000 (10:32 -0500)
committerChris Koeritz <fred@gruntose.com>
Fri, 17 Feb 2012 15:32:45 +0000 (10:32 -0500)
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

index b8b3c9f10e24cacb158998df3995de952fe0c134..1f58543bfbf19a0330695cc91a1e420f2df20a0c 100644 (file)
@@ -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");
 
 ############################################################################