Backup to Samba share on NS8

Found the problem.
There is a typo error in the command

api-cli run update-module --data '{"force":true,"module_url":ghcr.io/nethserver/traefik:2.2.5","instances":["traefik1"]}'

Must be. Missing "

api-cli run update-module --data '{"force":true,"module_url":"ghcr.io/nethserver/traefik:2.2.5","instances":["traefik1"]}'