I'm trying to replace my cp function by an rsync function My cp function is the following
find /home/odroid/USBHD/Movies/ -iname "*.mkv" -mtime '-1' -exec cp -n {} /home/odroid/NASVD/Movies \;
do you guys have any idea how to do this(note the mtime can also be replaced by --ignore-existing