I have 3 nginx web servers which make big access.log log files. I configured logrotate to rotate them when the size reaches 100mb and gzip them.
now i would like to move all the *.gz files at night to a backup CIFS location . does anyone has a bash script which would handle it?