How to move file after more than some days with command line linux
Find file more than 90 days and move it to specified directory
myuser@washost wmb-archives $ sudo find /opt/wmb-archives/ -name "*.gz" -type f -mtime +90 -exec /bin/mv '{}' /disk2/backup-wmb-archives/ \;
Tidak ada komentar :
Posting Komentar