Add remotes to repository

Hii

Just like git remotes… Will it make sense to add remotes to a kopia repository for repository sync-to?

May sound stupid but just to avoid manually typing our an long command.

kopia repository sync-to filesystem --path /media/foo/wd/kopiarepo
Do something like

kopia policy --global remote-add remote1 filesystem --path /media/foo/wd/kopiarepo
kopia policy --global remote-add remote2 rclone  --remote-path mygdrive:kopiabackup/

This can add 2 remotes to the kopia repository

kopia push remote2
kopia pull remote1

kopia sync repository upstream or downstream.

Regards,
Sd