On 1.3-rolling-202002180217 I am trying to copy a file from a non-running image using the command mentioned in the documentation: https://vyos.readthedocs.io/en/latest/image-mgmt.html (bottom of the page)
However this errors out because that command seems to use rsync, which isn't found in the image.
[email protected]:~$ copy file 1.1.6://config/config.boot to /config/config2.boot
sh: rsync: command not found
I'm not sure where the definition of this command is located in the source tree but it seems to me this could be fixed by making sure rsync is included in the image.