mirror of
https://github.com/FliegendeWurst/borg-homedir-excludes.git
synced 2024-11-22 21:04:59 +00:00
Add a lot of application (cache) directories
This commit is contained in:
parent
046f27f7b8
commit
1429d79057
@ -1,50 +1,29 @@
|
|||||||
# rsync-homedir-excludes
|
# rsync-homedir-excludes
|
||||||
#
|
#
|
||||||
# A list of files to exclude when backing up *nix home directories using rsync.
|
# A list of files to exclude when backing up *nix home directories using rsync or borg.
|
||||||
#
|
#
|
||||||
# Author: Ruben Barkow <https://github.com/rubo77/rsync-homedir-excludes>
|
# Author: Ruben Barkow <https://github.com/rubo77/rsync-homedir-excludes>
|
||||||
# Version: 2015-08-30
|
# Version: 2015-08-30
|
||||||
#
|
#
|
||||||
# #Usage:
|
# Extended and modified by FliegendeWurst <https://github.com/FliegendeWurst/rsync-homedir-excludes>
|
||||||
# USER=<homedir username here>
|
# Update: 2020-05-06
|
||||||
# rsync -aP --exclude-from=rsync-homedir-excludes.txt /home/$USER/ /media/$USER/linuxbackup/home/$USER/
|
|
||||||
|
|
||||||
|
|
||||||
###############################################
|
###############################################
|
||||||
# directories, probably not worth a backup #
|
# directories, probably not worth a backup #
|
||||||
# (uncomment the files you don't need) #
|
# (comment the files you do need) #
|
||||||
###############################################
|
###############################################
|
||||||
|
|
||||||
#.android
|
.gvm
|
||||||
#.AndroidStudio*/
|
.grails
|
||||||
#Android/Sdk
|
.grails_history
|
||||||
#.gradle
|
.kde/share/apps/nepomuk
|
||||||
#.gvm
|
.local/share/notbit
|
||||||
#.grails/
|
.local/libvirt
|
||||||
#.grails_history
|
.vagrant
|
||||||
#.kde/share/apps/nepomuk
|
.vagrant.d
|
||||||
#.local/share/notbit
|
.twister
|
||||||
#.local/libvirt
|
twister
|
||||||
#.vagrant
|
|
||||||
#.vagrant.d
|
|
||||||
#.wine
|
|
||||||
#.twister
|
|
||||||
#/twister
|
|
||||||
#Applications/eclipse*
|
|
||||||
#/Downloads
|
|
||||||
#*Popcorntime*
|
|
||||||
#/Scribus
|
|
||||||
#/VirtualBox*
|
|
||||||
#
|
|
||||||
## Add Game Folders here:
|
|
||||||
#
|
|
||||||
#/games
|
|
||||||
#.local/share/Steam
|
|
||||||
#.steam
|
|
||||||
#Steam
|
|
||||||
#.minecraft
|
|
||||||
#.PlayOnLinux
|
|
||||||
|
|
||||||
|
|
||||||
################################################
|
################################################
|
||||||
# These directories may definitely be excluded #
|
# These directories may definitely be excluded #
|
||||||
@ -55,15 +34,15 @@
|
|||||||
.gvfs
|
.gvfs
|
||||||
.local/share/gvfs-metadata
|
.local/share/gvfs-metadata
|
||||||
# contains the actual encrypted home directory
|
# contains the actual encrypted home directory
|
||||||
/.Private
|
.Private
|
||||||
|
|
||||||
# Session-specific:
|
# Session-specific:
|
||||||
/.dbus
|
.dbus
|
||||||
/.cache
|
.cache
|
||||||
/.Trash
|
.Trash
|
||||||
.Trash-1*
|
.Trash-1*
|
||||||
.local/share/Trash
|
.local/share/Trash
|
||||||
/Trash
|
Trash
|
||||||
|
|
||||||
# Cached info about audio CDs:
|
# Cached info about audio CDs:
|
||||||
.cddb
|
.cddb
|
||||||
@ -78,8 +57,6 @@
|
|||||||
|
|
||||||
# Cache for flash, maybe others?
|
# Cache for flash, maybe others?
|
||||||
.adobe
|
.adobe
|
||||||
# except for Flash persistence, there is no reason to keep this
|
|
||||||
.macromedia
|
|
||||||
|
|
||||||
#Files:
|
#Files:
|
||||||
|
|
||||||
@ -96,17 +73,16 @@
|
|||||||
Thumbs.db
|
Thumbs.db
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.localised
|
.localised
|
||||||
.bash_history
|
|
||||||
.CFUserTextEncoding
|
.CFUserTextEncoding
|
||||||
|
|
||||||
# Common Unix Printing System
|
# Common Unix Printing System
|
||||||
/.cups
|
.cups
|
||||||
|
|
||||||
# run-time configuration information for Subversion
|
# run-time configuration information for Subversion
|
||||||
/.subversion
|
.subversion
|
||||||
|
|
||||||
# Python virtual environments
|
# Python virtual environments
|
||||||
/.virtualenvs
|
.virtualenvs
|
||||||
|
|
||||||
# Session-specific
|
# Session-specific
|
||||||
.Xauthority
|
.Xauthority
|
||||||
@ -160,6 +136,10 @@ Thumbs.db
|
|||||||
.mozilla/firefox/*/compreg.dat
|
.mozilla/firefox/*/compreg.dat
|
||||||
# cached plugin data, recreated
|
# cached plugin data, recreated
|
||||||
.mozilla/firefox/*/pluginreg.dat
|
.mozilla/firefox/*/pluginreg.dat
|
||||||
|
.mozilla/firefox/*/storage/default
|
||||||
|
.mozilla/firefox/*/storage/temporary
|
||||||
|
.mozilla/firefox/*/datareporting
|
||||||
|
.mozilla/firefox/Crash Reports
|
||||||
|
|
||||||
#SeaMonkey-specific (see also Profile folder):
|
#SeaMonkey-specific (see also Profile folder):
|
||||||
|
|
||||||
@ -180,8 +160,10 @@ Thumbs.db
|
|||||||
# cached plugin data, recreated
|
# cached plugin data, recreated
|
||||||
.mozilla/seamonkey/*/pluginreg.dat
|
.mozilla/seamonkey/*/pluginreg.dat
|
||||||
|
|
||||||
# Thunderbird Cache in your profile folder
|
# Thunderbird
|
||||||
.thunderbird/*/Cache
|
.thunderbird/*/Cache
|
||||||
|
.thunderbird/*/crashes
|
||||||
|
.thunderbird/Crash Reports
|
||||||
|
|
||||||
#Opera-specific (related question on Superuser.com: Is documentation available on files and directories in the Opera profile folder?):
|
#Opera-specific (related question on Superuser.com: Is documentation available on files and directories in the Opera profile folder?):
|
||||||
|
|
||||||
@ -195,7 +177,7 @@ Thumbs.db
|
|||||||
.opera/lock
|
.opera/lock
|
||||||
|
|
||||||
# Keychain dir (manage SSH and GPG keys, front-end to ssh-agent and ssh-add)
|
# Keychain dir (manage SSH and GPG keys, front-end to ssh-agent and ssh-add)
|
||||||
/.keychain
|
.keychain
|
||||||
|
|
||||||
#Komodo Edit:
|
#Komodo Edit:
|
||||||
|
|
||||||
@ -222,8 +204,8 @@ Thumbs.db
|
|||||||
.komodoedit/*/mutex.lock
|
.komodoedit/*/mutex.lock
|
||||||
.komodoedit/*/*.xmlc
|
.komodoedit/*/*.xmlc
|
||||||
.komodoedit/*/startup-env.tmp
|
.komodoedit/*/startup-env.tmp
|
||||||
.komoeoedit/*/commandments.fifo
|
.komodoedit/*/commandments.fifo
|
||||||
.komoeoedit/*/history.sqlite
|
.komodoedit/*/history.sqlite
|
||||||
|
|
||||||
#GnuPG:
|
#GnuPG:
|
||||||
|
|
||||||
@ -247,19 +229,10 @@ Thumbs.db
|
|||||||
.config/chromium/Default/Application Cache
|
.config/chromium/Default/Application Cache
|
||||||
.config/chromium/Default/History Index *
|
.config/chromium/Default/History Index *
|
||||||
|
|
||||||
#Local repositories (added by errantlinguist on 2015-04-13):
|
|
||||||
.gradle/caches
|
|
||||||
/.m2/repository
|
|
||||||
|
|
||||||
#indexer
|
|
||||||
.local/share/baloo
|
|
||||||
.local/share/zeitgeist
|
|
||||||
.local/share/akonadi
|
|
||||||
|
|
||||||
#Other apps:
|
#Other apps:
|
||||||
|
|
||||||
# Pidgin
|
# Pidgin
|
||||||
.pulse/icons
|
.purple/icons
|
||||||
# Cached applets
|
# Cached applets
|
||||||
.guayadeque/cache.db
|
.guayadeque/cache.db
|
||||||
.java/deployment/cache
|
.java/deployment/cache
|
||||||
@ -267,5 +240,244 @@ Thumbs.db
|
|||||||
.icedtea
|
.icedtea
|
||||||
.gnome2/epiphany/favicon_cache
|
.gnome2/epiphany/favicon_cache
|
||||||
|
|
||||||
|
# stuff that shouldnt be backed up
|
||||||
|
*.nobackup
|
||||||
|
|
||||||
# other temporary files
|
# other temporary files
|
||||||
nohup.out
|
.cache
|
||||||
|
*/.cache
|
||||||
|
.ccache
|
||||||
|
*/.thumbnails
|
||||||
|
*/Unity/*/Analytics
|
||||||
|
*/cache
|
||||||
|
*/cache2
|
||||||
|
*/tmp
|
||||||
|
*/GLProgramBinaryCache
|
||||||
|
*/OfflineCache
|
||||||
|
*/Cache
|
||||||
|
*/GPUCache
|
||||||
|
*/Code Cache
|
||||||
|
*/CachedExtensions
|
||||||
|
*/VideoDecodeStats
|
||||||
|
*/CryptnetUrlCache
|
||||||
|
*/recompileMc
|
||||||
|
*/build/intermediates
|
||||||
|
*/thumbnails
|
||||||
|
*/Pending Pings
|
||||||
|
*/QtWebEngine
|
||||||
|
*/.mixin.out
|
||||||
|
*/saved-telemetry-pings
|
||||||
|
*/startupCache
|
||||||
|
*/webcache
|
||||||
|
*/.gradle
|
||||||
|
*/skin-cache
|
||||||
|
|
||||||
|
# session data
|
||||||
|
.config/session
|
||||||
|
*/Session Storage
|
||||||
|
*/session.lock
|
||||||
|
|
||||||
|
# fuzzing data
|
||||||
|
*/fuzzer_script*
|
||||||
|
|
||||||
|
# rust
|
||||||
|
.multirust
|
||||||
|
.cargo
|
||||||
|
.rustup
|
||||||
|
*/target/debug
|
||||||
|
*/target/doc
|
||||||
|
*/target/release
|
||||||
|
*/target/rls
|
||||||
|
*/target/package
|
||||||
|
*/target/.rustc_info.json
|
||||||
|
# list architectures compiled to here
|
||||||
|
*/target/asmjs-unknown-*
|
||||||
|
*/target/wasm32-unknown-unknown
|
||||||
|
*/target/x86*-*-*-*
|
||||||
|
|
||||||
|
# npm / javascript
|
||||||
|
.emscripten*
|
||||||
|
*/node_modules
|
||||||
|
|
||||||
|
# python
|
||||||
|
*__pycache__*
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# ruby
|
||||||
|
.gem
|
||||||
|
|
||||||
|
# c
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# java
|
||||||
|
.gradle
|
||||||
|
.java/fonts
|
||||||
|
.java/webview
|
||||||
|
.m2
|
||||||
|
*.class
|
||||||
|
*/target/classes
|
||||||
|
*/build/classes
|
||||||
|
*/build/natives
|
||||||
|
*/build/*compileJava*
|
||||||
|
*/build/*Srg*
|
||||||
|
*/build/*Jar*
|
||||||
|
*/build/*cache*
|
||||||
|
*/build/*download*
|
||||||
|
|
||||||
|
# julia
|
||||||
|
.julia
|
||||||
|
|
||||||
|
# android
|
||||||
|
.android
|
||||||
|
Android/Sdk
|
||||||
|
AndroidStudioProjects/*/.gradle
|
||||||
|
AndroidStudioProjects/*/app/build
|
||||||
|
AndroidStudioProjects/*/build
|
||||||
|
|
||||||
|
# arduino
|
||||||
|
Arduino/libraries
|
||||||
|
.arduino*/packages
|
||||||
|
|
||||||
|
# wine
|
||||||
|
.wine*/drive_c/windows
|
||||||
|
.wine*/drive_c/Program Files*
|
||||||
|
.wine*/drive_c/users/Public/Application Data/PerkinElmerInformatics
|
||||||
|
.wine*/drive_c/ProgramData/PerkinElmerInformatics
|
||||||
|
.wine*/drive_c/Python32
|
||||||
|
.wine*/drive_c/users/*/Temp
|
||||||
|
.wine*/drive_c/users/*/Local Settings/Temporary Internet Files
|
||||||
|
.wine*/dosdevices
|
||||||
|
# maybe keep partially?
|
||||||
|
.local/share/wineprefixes
|
||||||
|
|
||||||
|
# josm
|
||||||
|
.josm/autosave
|
||||||
|
.josm/cache
|
||||||
|
.josm/*.log
|
||||||
|
.josm/plugins
|
||||||
|
.josm/remotecontrol
|
||||||
|
.josm/validator
|
||||||
|
|
||||||
|
# useless configs
|
||||||
|
*/.idea
|
||||||
|
*/.metadata/.plugins
|
||||||
|
.AndroidStudio*
|
||||||
|
.aspnet
|
||||||
|
.charles
|
||||||
|
.droidcam
|
||||||
|
.eclipse
|
||||||
|
.fiddler
|
||||||
|
.gimp*
|
||||||
|
.hugindata
|
||||||
|
.IdeaIC*
|
||||||
|
.IntelliJIdea*
|
||||||
|
.jdks
|
||||||
|
.vscode/extensions
|
||||||
|
.config/chromium
|
||||||
|
.config/Code
|
||||||
|
.config/GIMP
|
||||||
|
.config/GnomicStudios
|
||||||
|
.config/JetBrains/IntelliJIdea*
|
||||||
|
.config/.mono/certs
|
||||||
|
.config/skypeforlinux
|
||||||
|
.local/share/dolphin
|
||||||
|
|
||||||
|
# useless caches and temp. storage
|
||||||
|
.bitcoin/blocks
|
||||||
|
.bitcoin/chainstate
|
||||||
|
.GridcoinResearch
|
||||||
|
.ipfs/blocks
|
||||||
|
.Mathematica
|
||||||
|
.minecraft/assets
|
||||||
|
.minecraft/bin
|
||||||
|
.minecraft/launcher_log.txt
|
||||||
|
.minecraft/libraries
|
||||||
|
.minecraft/logs
|
||||||
|
.minecraft/*natives*
|
||||||
|
.mitmproxy
|
||||||
|
.mono
|
||||||
|
.nv
|
||||||
|
.ooniprobe
|
||||||
|
.oracle_jre_usage
|
||||||
|
.paradoxlauncher
|
||||||
|
.rnd
|
||||||
|
.steam
|
||||||
|
.steampid
|
||||||
|
.torrench
|
||||||
|
.ts3client/cache
|
||||||
|
.ts3client/crashdumps
|
||||||
|
.ts3client/logs
|
||||||
|
.w3m
|
||||||
|
.Wolfram/Logs
|
||||||
|
.zcomp*
|
||||||
|
.zplugin
|
||||||
|
.config/cef_user_data
|
||||||
|
.config/discord*
|
||||||
|
.config/Electron
|
||||||
|
.config/etcher-electron
|
||||||
|
.config/fzf
|
||||||
|
.config/ibus
|
||||||
|
.config/libreoffice
|
||||||
|
.config/obs-studio/logs
|
||||||
|
.config/obs-studio/profiler_data
|
||||||
|
.config/Riot/*Cache
|
||||||
|
.config/ShipLord
|
||||||
|
.config/unity3d
|
||||||
|
.config/VirtualBox
|
||||||
|
.config/Wire
|
||||||
|
.local/bin
|
||||||
|
.local/doc
|
||||||
|
.local/lib
|
||||||
|
.local/man
|
||||||
|
.local/share/baloo
|
||||||
|
.local/share/binding of isaac afterbirth+ mods
|
||||||
|
.local/share/cargo-web
|
||||||
|
.local/share/doc
|
||||||
|
.local/share/flatpak
|
||||||
|
.local/share/gist
|
||||||
|
.local/share/*gwenview
|
||||||
|
.local/share/heroku
|
||||||
|
.local/share/icons
|
||||||
|
.local/share/JetBrains/IntelliJIdea*
|
||||||
|
.local/share/keybase/*cache
|
||||||
|
.local/share/klipper
|
||||||
|
.local/share/knewstuff3
|
||||||
|
.local/share/kxmlgui5
|
||||||
|
.local/share/man
|
||||||
|
.local/share/marble/cache
|
||||||
|
.local/share/marble/maps
|
||||||
|
.local/share/mime
|
||||||
|
.local/share/npm
|
||||||
|
.local/share/plasma/plasmoids
|
||||||
|
.local/share/sddm
|
||||||
|
.local/share/steamtricks
|
||||||
|
.local/share/supertuxkart
|
||||||
|
.local/share/TeamSpeak 3
|
||||||
|
.local/share/teamviewer*
|
||||||
|
.local/share/Telegram*
|
||||||
|
.local/share/vulkan
|
||||||
|
.local/share/webkitgtk
|
||||||
|
.local/share/xorg
|
||||||
|
|
||||||
|
# logs
|
||||||
|
*/logs/*.log
|
||||||
|
*/logs/*.log.gz
|
||||||
|
|
||||||
|
# game data (maybe keep?, depends)
|
||||||
|
.factorio/scenarios
|
||||||
|
#.minecraft/server-resource-packs
|
||||||
|
.technic/assets
|
||||||
|
.technic/cache
|
||||||
|
#.local/share/Steam
|
||||||
|
.local/share/Steam/steamapps/compatdata
|
||||||
|
.local/share/Steam/steamapps/common/Proton *.*
|
||||||
|
*/dynmap
|
||||||
|
*/journeymap
|
||||||
|
*/mapwriter_mp_worlds
|
||||||
|
|
||||||
|
.tixati
|
||||||
|
.config/torrench
|
||||||
|
.local/share/data/qBittorrent
|
||||||
|
.local/share/torbrowser
|
||||||
|
Vaults
|
||||||
|
Loading…
Reference in New Issue
Block a user