Comment 1 for bug 1516788

Revision history for this message
Jan Kratochvil (jan-kratochvil) wrote :

When I remove that --exclude-filelist /tmp/host2-run.rpmsafe with 558303 entries the performance is OK even with 0.7.05. That worked fine in 0.6.25.

The reason for it is to exclude unchanged system files which make no sense to backup:
rpm -Vva 2>/dev/null|perl -ne 's/^[.]{7}[.T][.] . // or next;chomp;use Cwd qw(realpath);print "- ".realpath($_)."\n" if -f;' >/tmp/host2-run.rpmsafe