From: Chris Koeritz Date: Fri, 10 Feb 2012 19:12:00 +0000 (-0500) Subject: removed basket, since now synching that via ubuntu one, at least for X-Git-Tag: 2.140.90~1624 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=8fdc3ea7934f6714e76c14adbb245cb320b4a5d6;p=feisty_meow.git removed basket, since now synching that via ubuntu one, at least for evaluation to see if works out. --- diff --git a/scripts/archival/snarf_notes.pl b/scripts/archival/snarf_notes.pl index 7517f1d0..8c994797 100644 --- a/scripts/archival/snarf_notes.pl +++ b/scripts/archival/snarf_notes.pl @@ -40,8 +40,6 @@ local($snarf_file) = &snarf_name($base, $number); &backup_files($base, $number, $root, ".", ("*.html", "*.txt")); # backup all the hierarchies in our quartz directory. &backup_hierarchy($base, $number, "$root", "quartz"); -# grab all the state out of basketnotes's home directory. -&backup_hierarchy($base, $number, "$root", ".kde/share/apps/basket"); # gather any directories in our home that match these often recurring patterns. &snarf_by_pattern("$root", "notes");