for file in `find Dir1 -name "*.txt" 2>/dev/null`; do echo $file ; cp --backup=t $file Results/ ; done ; tar -I pigz -cf Results.tgz Results
alekciy@alekciy-home:~$ sudo sysctl -a | grep cache
fs.quota.cache_hits = 0
kernel.sched_domain.cpu0.domain0.cache_nice_tries = 1
kernel.sched_domain.cpu0.domain1.cache_nice_tries = 1
kernel.sched_domain.cpu1.domain0.cache_nice_tries = 1
kernel.sched_domain.cpu1.domain1.cache_nice_tries = 1
kernel.sched_domain.cpu2.domain0.cache_nice_tries = 1
kernel.sched_domain.cpu2.domain1.cache_nice_tries = 1
kernel.sched_domain.cpu3.domain0.cache_nice_tries = 1
kernel.sched_domain.cpu3.domain1.cache_nice_tries = 1
net.ipv4.cipso_cache_bucket_size = 10
net.ipv4.cipso_cache_enable = 1
net.ipv6.calipso_cache_bucket_size = 10
net.ipv6.calipso_cache_enable = 1
sysctl: reading key "net.ipv6.conf.all.stable_secret"
sysctl: reading key "net.ipv6.conf.br-0ec76721d12b.stable_secret"
sysctl: reading key "net.ipv6.conf.br-3d3939d5780f.stable_secret"
sysctl: reading key "net.ipv6.conf.br-5cfe459d5555.stable_secret"
sysctl: reading key "net.ipv6.conf.br-622adcff634d.stable_secret"
sysctl: reading key "net.ipv6.conf.br-99d1edb53ba8.stable_secret"
sysctl: reading key "net.ipv6.conf.br-a30697a6b8bb.stable_secret"
sysctl: reading key "net.ipv6.conf.br-d2dd471d9d5a.stable_secret"
sysctl: reading key "net.ipv6.conf.default.stable_secret"
sysctl: reading key "net.ipv6.conf.docker0.stable_secret"
sysctl: reading key "net.ipv6.conf.enp4s0.stable_secret"
sysctl: reading key "net.ipv6.conf.lo.stable_secret"
sysctl: reading key "net.ipv6.conf.virbr0.stable_secret"
sysctl: reading key "net.ipv6.conf.virbr0-nic.stable_secret"
vm.vfs_cache_pressure = 100
В чем изначальная проблема?