mandriva

Ticket #303 (closed defect: fixed)

Opened 9 months ago

Last modified 8 months ago

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

Changed 8 months ago by cdelfosse

  • status changed from new to closed
  • resolution set to fixed

Fixed ! Thanks a lot :)

Regards,

Cédric

Add/Change #303 (mkisofs error then making backup of users home)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.