find and rysnc?
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
No comments:
Post a Comment