rsync command

What does this "current" keyword mean in this rsync command?

rsync -auv /data/log/trace  remote_host::current/tmp

Of course remote_host is the remote server name. If I want to push files to a different server how could I make this better?

thanks.

current/tmp is simply the destination folder, not any sort of flag.

current/tmp can be replaced with /home/user, for example :slight_smile: