Opened 13 months ago
Closed 13 months ago
#1480 closed enhancement (fixed)
Rsync "Extra Options" field too limited (120 characters max)
| Reported by: | snax | Owned by: | william |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | GUI | Version: | 8.0.4-RELEASE |
| Keywords: | Cc: |
Description
In order to optimize synchronization, I'm trying to add the following to the "Extra Options" field, but it gets truncated because that WebGUI field is limited to 120 characters:
--partial --exclude ".Trashes/" --exclude ".recycle/" --exclude "*.exe" --exclude "*.msi" --exclude "*.iso" --exclude "*.bin" --exclude "*.img" --exclude "*.dll" --links --hard-links --max-size=100M --skip-compress=gz/jpg/png/gif/mp[34]/ogg/ogv/7z/bz2/rar/zip/cab/msi/iso/bin/img
It would be great if the limit would instead be extended to 512 or 1024 characters. It would also be great if this could make 8.2 on release.
Thanks
Change History (2)
comment:1 Changed 13 months ago by william
- Owner set to william
- Status changed from new to accepted
comment:2 Changed 13 months ago by william
- Resolution set to fixed
- Status changed from accepted to closed

Changed in r11252 for a unlimited TextField?