Temat: Openwrt unrecognized: -mtime
Witam, ułożyłe sobie 2 regułki:
0 2 * * * find /mnt/sda1 -type f -mtime +1 -exec mv {} /mnt/sda1/old \;
0 3 * * * find /mnt/sda1/old -mtime +7 -exec rm {} \;Tylko dostaje: find: unrecognized: -mtime
Jak te polecenia powinny wyglądać na openwrt żeby działało?
Pozdrawiam