Is there a way to copy all modified/new files that are different on remote:pathA, but to a different remote:pathB.
Sample fake command:
rclone copy /var/www remote:/backups/base/www --to:remote:/backups/versionB
I would like to keep the changed incremental backups but in a separate folder.