Skip to content

Commit

Permalink
Add additional excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Jan 24, 2024
1 parent a4d06ce commit b6054c3
Showing 1 changed file with 35 additions and 18 deletions.
53 changes: 35 additions & 18 deletions data/os/Debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ profile::app::backuppc::client::backup_files_exclude:
'/':
- '$RECYCLE.BIN'
- '.AppleDouble'
- '.bash_history'
- '.bundle/'
- '.cache/'
- '/dev'
Expand All @@ -32,27 +33,29 @@ profile::app::backuppc::client::backup_files_exclude:
- '.fsck'
- '.gdfuse'
- '.gem'
- '.git/'
- 'gsyncit.log*'
- 'home/*/Downloads/'
- '.journal'
- '.kube/cache'
- '*.ldb'
- 'Library/Caches/'
- 'Library*/Mail/Caches/'
- 'Library*/Mail/V3/'
- '.linuxkit/cache/'
- '.local/cache'
- '.local/cache/'
- '.local/lib/'
- '**/Library/Caches/'
- '**/Library*/Mail/Caches/'
- '**/Library*/Mail/V3/'
- '**/.linuxkit/cache/'
- '**/.local/cache'
- '**/.local/lib/'
- '*/lost+found*'
- 'media/.config/Radarr/logs*'
- 'Music/iTunes/Album Artwork/'
- 'Music/iTunes/iTunes Media/Automatically*/'
- 'Music/Music/Previous Libraries*/'
- '**/media/.config/Radarr/logs*'
- '**/Music/iTunes/Album Artwork/'
- '**/Music/iTunes/iTunes Media/Automatically*/'
- '**/Music/Music/Previous Libraries*/'
- 'nobackup'
- '.npm/'
- 'null'
- '/opt/puppetlabs/puppet/cache'
- '/opt/puppetlabs/puppet/pdk/share/cache'
- '/opt/puppetlabs/puppet/public/last_run_summary.yaml'
- '/opt/puppetlabs/server/data/puppetserver/reports'
- '*.original'
- '.osync_workdir'
Expand All @@ -61,44 +64,58 @@ profile::app::backuppc::client::backup_files_exclude:
- '.pdk/cache'
- '.pdk/cache/'
- '/proc'
- '.r10k/cache/'
- '.r10k/cache/'
- '.r10k/git/'
- '.r10k/git/'
- '**/.r10k/cache/'
- '**/.r10k/cache/'
- '**/.r10k/git/'
- '**/.r10k/git/'
- 'random'
- '.recycle'
- '*Recycle Bin*'
- '/run'
- '/run/containerd/runc/k8s.io/'
- '/run/k3s/containerd'
- '/run/udev'
- '*.sock'
- '.Spotlight-V100/'
- '/srv/seaweedfs'
- '**/.ssh/ctl'
- '/sys'
- '*.tar'
- '.TemporaryItems/'
- 'tmp/'
- '.Trash/'
- '*/trashbox*'
- '.Trashes'
- '.unison/ar*'
- '.unison/fp*'
- '.unison/unison.log'
- '**/.unison/ar*'
- '**/.unison/fp*'
- '**/.unison/unison.log'
- 'urandom'
- '/usr/lib/debug'
- 'var/cache/'
- '/var/lib/apt/lists'
- '/var/lib/containerd/io.containerd.content.v1.content'
- '/var/lib/dkms/open-vm-tools'
- '/var/lib/dkms/spl'
- '/var/lib/dkms/zfs'
- '/var/lib/kubelet/plugins/kubernetes.io/csi/seaweedfs-csi-driver'
- '/var/lib/kubelet/pods'
- 'var/lib/landscape/landscape-sysinfo.cache'
- '/var/lib/minidlna/art_cache'
- '/var/lib/mlocate/mlocate.db*'
- '/var/lib/mysql/ib*'
- '/var/lib/mysql/zabbix*'
- '/var/lib/php/sessions/*'
- 'var/lib/postfix/smtp_scache.db'
- '/var/lib/rancher/k3s/agent/containerd'
- 'var/lib/rancher/k3s/server/db/etcd/'
- '/var/lib/rancher/k3s/storage'
- 'var/lib/samba/winbindd_privileged/pipe'
- 'var/lib/sss/pipes'
- 'var/log/'
- '/var/snap'
- 'var/spool/postfix'
- '/var/webmin/output'
- '*.vdi'
- '*.vmdk'
- 'zero'
- '.zfs'

0 comments on commit b6054c3

Please sign in to comment.