From 5bfad04e6aee08e6fe02070d2a1408604b47d6d7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 1 May 2017 12:16:24 -0400 Subject: [PATCH] goobuntu backups --- .config/goobuntu-backups/exclude | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .config/goobuntu-backups/exclude diff --git a/.config/goobuntu-backups/exclude b/.config/goobuntu-backups/exclude new file mode 100644 index 0000000..09be3e6 --- /dev/null +++ b/.config/goobuntu-backups/exclude @@ -0,0 +1,35 @@ +# This file contains globbing patterns that will be excluded from the nightly, +# automated backups. Patterns should be relative to $HOME listed one per line. +# Extended globbing syntax is supported as documented in `man 1 duplicity` under +# the FILE SELECTION section. + +# Exclude application caches. +.cache/ + +# Exclude Chrome -- sync already handles this. +.config/google-chrome* + +# Programs I don't care about. +.config/.vagrant.d/ +google-cloud-sdk/ + +# Exclude potentially large error logs. +.xsession-errors* +core + +.ccache/ + +# Source! +src/ +Downloads/ +trybot/ + +# Random +.git/ +f +log* +test.* + +# Auth files. +.boto* +.gnupg/ -- 2.39.5