mail-in-a-box / mailinabox

Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
https://mailinabox.email/
Creative Commons Zero v1.0 Universal
13.99k stars 1.44k forks source link

rsync backups with relative paths cause strange behavior #1251

Open duxovni opened 7 years ago

duxovni commented 7 years ago

When setting up backups to rsync.net, I tried to make the destination a path relative to my home directory on rsync.net's servers, rather than an absolute path:

Hostname: ch-s012.rsync.net Path: box.example.com

When I hit "save", it said "OK" and turned into

Hostname: ch.s012.rsync.net/box.example.com Path: /undefined

Setting the absolute path in the Path field avoided this behavior.

hughsw commented 1 year ago

See #2207