Ticket #303 (closed defect: fixed)
mkisofs error then making backup of users home
| Reported by: | sasha@… | Owned by: | cdelfosse |
|---|---|---|---|
| Priority: | lowest | Milestone: | 2.4.0 |
| Component: | general | Version: | 2.3.2 |
| Severity: | defect | Keywords: | mkisofs backup |
| Cc: |
Description
In systems with Dovecot IMAP server there are files with double '=' can be exist. They must be escaped and this almost done by lib/mmc/backup-tools/backup.sh Almost - because only first '=' is escaped, the second remain untouched and mkisofs exiting with error. File backups.sh, line 36 Was
sed -i "s,=,\\\=," ${backupdest}/list${i}
Fix
sed -i "s,=,\\\=,g" ${backupdest}/list${i}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

