Am 29.07.25 um 10:16 schrieb Lukas Wagner: >> + run_command( >> + ['find /var/lib/rrdcached/db -type f ! -name "*.foo"'], > Shouldn't this be "*.old"?
I'd also think so, and it really should use a safer calling style, i.e. actually pass the different arguments as separate arguments here already: ['find', '/var/lib/rrdcached/db', '-type', 'f', '!', '-name', '*.old'], _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel