From dea8100ba5987d89b686c46ac7630a8dcbe2bdcd Mon Sep 17 00:00:00 2001 From: Tom Hartwich Date: Fri, 16 Aug 2024 14:41:20 +0200 Subject: [PATCH] Update rsync-homedir-excludes.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit added wildcard for all files and folder containing Cache and temp in the beginning of there name. ´sent 7.603.161 bytes received 687.143 bytes 84.165,52 bytes/sec total size is 61.871.445.668 speedup is 7.463,11 (DRY RUN)´ ´sent 5.637.919 bytes received 520.499 bytes 1.759.548,00 bytes/sec total size is 53.959.177.129 speedup is 8.761,86 (DRY RUN)´ --- rsync-homedir-excludes.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rsync-homedir-excludes.txt b/rsync-homedir-excludes.txt index 4927323..208e304 100644 --- a/rsync-homedir-excludes.txt +++ b/rsync-homedir-excludes.txt @@ -3,7 +3,7 @@ # A list of files to exclude when backing up *nix home directories using rsync. # # Author: Ruben Barkow-Kuder -# Version: 2019-11-30 +# Version: 2024-08-16 # # #Usage: # USER= @@ -15,6 +15,9 @@ # (uncomment the files you don't need) # ############################################### +#temp* # optional exclude all files/folders with temp in the beginning of there name +#*cache* # optional exclude all files/folders with cache in there name + #.android #.AndroidStudio*/ #Android/Sdk