Speed up rsync with many of excluded files

2019-11-12 Thread Georg Limbach via rsync
Hello, I have a problem while rsyncing a directory with perhaps 1.000.000 files. Before this I generate some files locally and add them to temp files. So this files should be excluded from syncing. My rsync call looks like this: rsync --exclude='tmp/' \ --exclude-from=/tmp/tmp.GF7SsFPnS3 \

Re: Speed up rsync with many of excluded files

2019-11-12 Thread raf via rsync
raf via rsync wrote: > Georg Limbach via rsync wrote: > > > Hello, > > > > I have a problem while rsyncing a directory with perhaps 1.000.000 > > files. Before this I generate some files locally and add them to temp > > files. So this files should be excluded from syncing. > > > > My rsync

Re: Speed up rsync with many of excluded files

2019-11-12 Thread raf via rsync
Georg Limbach via rsync wrote: > Hello, > > I have a problem while rsyncing a directory with perhaps 1.000.000 > files. Before this I generate some files locally and add them to temp > files. So this files should be excluded from syncing. > > My rsync call looks like this: > > rsync