This Bash script ensures that an rclone
move
command runs in the background, even after the user logs out.
- Moves the contents of a local folder to a remote destination.
- Ignores existing files to prevent overwriting.
- Deletes empty source directories after transfer.
- Supports bandwidth limitation (adjustable in KB/s).