I want to be able to search for files over 14 days and over 10k and than rsync those found files to a destination.
Is there a way to combine these two commands?
find ./ -mtime +14 -size +10k
rsync --remove-sent-files -avz /src /dest
Asked by mkrouse
(959 rep)
Aug 16, 2013, 05:58 PM
Last activity: Jun 2, 2025, 12:31 PM
Last activity: Jun 2, 2025, 12:31 PM