littlebizzy / slickstack

Lightning-fast WordPress on Nginx
https://slickstack.io
GNU General Public License v3.0
633 stars 112 forks source link

Expose additional options for ss remote backup #208

Open romfeo opened 8 months ago

romfeo commented 8 months ago

Following our discussion on discord:

I would like to request to be able to set the port number for RClone in ss-config.

Additionally, I would like to request to be able to connect to Rsync via ssh like:

rsync --progress -e 'ssh -p23' --recursive username>@<username.your-storagebox.de:

jessuppi commented 8 months ago

Thanks for posting this @romfeo

Can you also include the Rclone command syntax that Hetzer told you to use? Technically SlickStack only supports B2 buckets for Rclone right now, because supporting multiple vendors is a huge challenge.

jessuppi commented 7 months ago

Related:

https://github.com/rclone/rclone-webui-react/issues/55

https://forum.rclone.org/t/rclone-custom-ip-port/12835