mirror of
https://github.com/FliegendeWurst/borg-homedir-excludes.git
synced 2024-11-09 15:40:35 +00:00
Added some commented probably useless folders
This commit is contained in:
parent
8956e6ff72
commit
3d9ad16b4f
@ -3,4 +3,6 @@
|
|||||||
#Usage:
|
#Usage:
|
||||||
|
|
||||||
download to `/var/tmp/ignorelist`
|
download to `/var/tmp/ignorelist`
|
||||||
rsync -aP --exclude-from=/var/tmp/ignorelist /home/$USER/ /media/$USER/linuxbackup/home/
|
rsync -aP --exclude-from=/var/tmp/ignorelist /home/$USER/ /media/$USER/linuxbackup/home/$USER/
|
||||||
|
|
||||||
|
At the start, there is a section with directories, probably not worth a backup. Uncomment those lines to exclude them as well.
|
@ -4,43 +4,64 @@
|
|||||||
#
|
#
|
||||||
# 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:
|
||||||
|
# USER=<homedir username here>
|
||||||
|
# rsync -aP --exclude-from=rsync-homedir-excludes.txt /home/$USER/ /media/$USER/linuxbackup/home/$USER/
|
||||||
|
|
||||||
|
|
||||||
# directories, probably not worth a backup:
|
###############################################
|
||||||
#Downloads
|
# directories, probably not worth a backup #
|
||||||
#games
|
# (uncomment the files you don't need) #
|
||||||
#VirtualBox*
|
###############################################
|
||||||
#.vagrant
|
|
||||||
#.vagrant.d
|
|
||||||
#.android
|
#.android
|
||||||
#.AndroidStudioBeta
|
#.AndroidStudioBeta
|
||||||
#.gradle
|
#.gradle
|
||||||
#.gvm
|
#.gvm
|
||||||
#.grails/
|
#.grails/
|
||||||
#.grails_history
|
#.grails_history
|
||||||
#.local/share/notbit/
|
#.kde/share/apps/nepomuk
|
||||||
|
#.local/share/notbit
|
||||||
|
#.vagrant
|
||||||
|
#.vagrant.d
|
||||||
#.wine
|
#.wine
|
||||||
|
#.twister
|
||||||
# games
|
#twister
|
||||||
|
#Applications/eclipse*
|
||||||
|
#Downloads
|
||||||
|
#games
|
||||||
|
#*Popcorntime*
|
||||||
|
#Scribus
|
||||||
|
#VirtualBox*
|
||||||
|
#
|
||||||
|
## Add Game Folders here:
|
||||||
|
#
|
||||||
|
#.local/share/Steam
|
||||||
#.minecraft
|
#.minecraft
|
||||||
#.PlayOnLinux
|
#.PlayOnLinux
|
||||||
#.local/share/Steam/
|
|
||||||
|
|
||||||
#These directories may be excluded:
|
################################################
|
||||||
|
# These directories may definitely be excluded #
|
||||||
|
################################################
|
||||||
|
|
||||||
|
# Contains mounted file systems:
|
||||||
|
|
||||||
# contains mounted file systems
|
|
||||||
.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
|
||||||
.local/share/Trash
|
.local/share/Trash
|
||||||
# cached info about audio CDs
|
|
||||||
|
# Cached info about audio CDs:
|
||||||
.cddb
|
.cddb
|
||||||
# cached packages lists
|
|
||||||
|
# Cached packages lists:
|
||||||
.aptitude
|
.aptitude
|
||||||
|
|
||||||
#Flash-specific:
|
#Flash-specific:
|
||||||
@ -52,13 +73,16 @@
|
|||||||
|
|
||||||
#Files:
|
#Files:
|
||||||
|
|
||||||
# contains errors from the current graphical session
|
# Contains errors from the current graphical session
|
||||||
.xsession-errors
|
.xsession-errors
|
||||||
# recently used files
|
|
||||||
|
# Recently used files
|
||||||
.recently-used
|
.recently-used
|
||||||
.recently-used.xbel
|
.recently-used.xbel
|
||||||
.thumbnails
|
.thumbnails
|
||||||
# session-specific
|
.thumb
|
||||||
|
|
||||||
|
# Session-specific
|
||||||
.Xauthority
|
.Xauthority
|
||||||
.ICEauthority
|
.ICEauthority
|
||||||
.gksu.lock
|
.gksu.lock
|
||||||
@ -72,12 +96,12 @@
|
|||||||
.kde/share/apps/RecentDocuments
|
.kde/share/apps/RecentDocuments
|
||||||
# Contains a history of the Klipper clipboard (KDE)
|
# Contains a history of the Klipper clipboard (KDE)
|
||||||
.kde/share/apps/klipper
|
.kde/share/apps/klipper
|
||||||
# you will loose saved scrolling positions of PDFs
|
# You will loose saved scrolling positions of PDFs
|
||||||
.kde/share/apps/okular/docdata
|
.kde/share/apps/okular/docdata
|
||||||
.kde/share/apps/gwenview/recentfolders
|
.kde/share/apps/gwenview/recentfolders
|
||||||
# cached other users' profile pics
|
# Cached other users' profile pics
|
||||||
.kde/share/apps/kmess/displaypics
|
.kde/share/apps/kmess/displaypics
|
||||||
# cached emoticons of others
|
# Cached emoticons of others
|
||||||
.kde/share/apps/kmess/customemoticons
|
.kde/share/apps/kmess/customemoticons
|
||||||
|
|
||||||
#Firefox-specific (see also Profile folder):
|
#Firefox-specific (see also Profile folder):
|
||||||
@ -164,7 +188,7 @@
|
|||||||
.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):
|
#Local repositories (added by errantlinguist on 2015-04-13):
|
||||||
.gradle/caches
|
.gradle/caches
|
||||||
.m2/repository
|
.m2/repository
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user