find . -maxdepth 1 -mtime -1
http://unix.stackexchange.com/questions/117190/best-way-to-sync-files-copy-only-existing-files-and-only-if-newer-than-target
rsync -avz --update --existing src/ dst
rsync -avz --update --existing src/ dst
Comments
Post a Comment