rsync: Delete Source File After Transfer
would like to move all desktop:~/Downloads/*.avi files from my desktop to laptop:~/Download/ using rsync. How do I delete source file after successful transfer is done using rsync command under BSD/Unix/Linux/Apple OS X operating systems?
manisha
Delete source after successful transfer using rsync
The syntax is:
You can always perform a trial run with no changes made using --dry-run option:
If you like output run the final command without --dry-run option:
Related