From c3e47c95a5ea448a6ec24bf8e156efcbd87d6d8c Mon Sep 17 00:00:00 2001 From: Tristan Miller Date: Thu, 30 Jun 2016 15:00:27 +0200 Subject: [PATCH 1/2] Duplicate .kde patterns to .kde4 Many GNU/Linux distributions use ~/.kde4 instead of ~/.kde for KDE 4.x configuration files. --- rsync-homedir-excludes.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rsync-homedir-excludes.txt b/rsync-homedir-excludes.txt index 0f2b5d8..60070fe 100644 --- a/rsync-homedir-excludes.txt +++ b/rsync-homedir-excludes.txt @@ -101,15 +101,21 @@ # Recent documents on KDE .kde/share/apps/RecentDocuments +.kde4/share/apps/RecentDocuments # Contains a history of the Klipper clipboard (KDE) .kde/share/apps/klipper -# You will loose saved scrolling positions of PDFs +.kde4/share/apps/klipper +# You will lose saved scrolling positions of PDFs .kde/share/apps/okular/docdata .kde/share/apps/gwenview/recentfolders +.kde4/share/apps/okular/docdata +.kde4/share/apps/gwenview/recentfolders # Cached other users' profile pics .kde/share/apps/kmess/displaypics +.kde4/share/apps/kmess/displaypics # Cached emoticons of others .kde/share/apps/kmess/customemoticons +.kde4/share/apps/kmess/customemoticons #Firefox-specific (see also Profile folder): From 3ff8fae6071de006b135fab75d3c9553502c2030 Mon Sep 17 00:00:00 2001 From: Tristan Miller Date: Thu, 30 Jun 2016 15:05:47 +0200 Subject: [PATCH 2/2] Add patterns for SeaMonkey --- rsync-homedir-excludes.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/rsync-homedir-excludes.txt b/rsync-homedir-excludes.txt index 60070fe..e36920e 100644 --- a/rsync-homedir-excludes.txt +++ b/rsync-homedir-excludes.txt @@ -142,6 +142,25 @@ # cached plugin data, recreated .mozilla/firefox/*/pluginreg.dat +#SeaMonkey-specific (see also Profile folder): + +.mozilla/seamonkey/*/Cache +# in case Fx crashes dumps will be stored in this +.mozilla/seamonkey/*/minidumps +# session-specific +.mozilla/seamonkey/*/.parentlock +# blacklisted extensions +.mozilla/seamonkey/*/blocklist.xml +# extension database, recreated on startup +.mozilla/seamonkey/*/extensions.sqlite +.mozilla/seamonkey/*/extensions.rdf +.mozilla/seamonkey/*/extensions.ini +# cached UI data, recreated +.mozilla/seamonkey/*/xpti.dat +.mozilla/seamonkey/*/compreg.dat +# cached plugin data, recreated +.mozilla/seamonkey/*/pluginreg.dat + # Thunderbird Cache in your profile folder .thunderbird/*/Cache