Rsync files younger or older than
Today I needed to copy all files from a certain folder, but younger than 1 month to a remote machine. I knew how to use find of course… and rsync is pretty easy too… Combining these 2 needs some explanation: Finding files younger than 31 days is performed like this: find /path/to/folder -type f -mtime […]
Rsync files younger or older than Read More »