-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 15, 16
-
Fix Version/s: None
-
Component/s: Backup & Restore
-
Labels:None
-
ToDo:
When adding values on the Filestore module (was working with SSH server), the connection was failing cause there were spaces on the Key field.
- We would like to have those fields with all spaces trimmed out before submitting.
Also for destination folder. The system is adding the '/' at the end of the directory so adding one will fail since it will end up having 2 forward slashes.
E.g.
Path:
{{}}
/var/spool/asterisk/backup/
{{}}
Logs:
{{}}
Saving to: SSH:'ANP-PBX-BACKUP' instance ,File location: /var/spool/asterisk/backup//20220606-134155-1654540915-15.0.23-403086355.tar.gz
{{}}
- We may also want to remove any trailing '/' before submitting or change our code to ONLY add the initial '/' if the Path doesn't have it already
Thanks.
filestore | 15.0.3.28
{{}}