Après lancement du script:
langue, ok
backup => y
puis
Make backup? [y/n]:
Please enter 'y' or 'n': y
Backing up old thunderbird preferences
cp: Ne peut ouvrir `/home/nicolas/.mozilla-thunderbird/oj777uwi.default/cookies.txt' en lecture: Permission non accordée
cp -R ~/.mozilla-thunderbird ~/.mozilla-thunderbird-backup-$(date -Iseconds)
Previous command has failed to complete successfully. Exiting.
Process returned code 1
Traceback (most recent call last):
File "/usr/local/bin/ubuntuzilla.py", line 1331, in <module>
bs.start()
File "/usr/local/bin/ubuntuzilla.py", line 314, in start
ti.start()
File "/usr/local/bin/ubuntuzilla.py", line 354, in start
self.install()
File "/usr/local/bin/ubuntuzilla.py", line 771, in install
self.backupProfile()
File "/usr/local/bin/ubuntuzilla.py", line 1020, in backupProfile
self.util.execSystemCommand(executionstring="cp -R ~/.mozilla-thunderbird ~/.mozilla-thunderbird-backup-$(date -Iseconds)")
File "/usr/local/bin/ubuntuzilla.py", line 154, in execSystemCommand
raise SystemCommandExecutionError, "Command has not completed successfully. If this problem persists, please seek help at our website, " + self.version.url
__main__.SystemCommandExecutionError: Command has not completed successfully. If this problem persists, please seek help at our website, http://ubuntuzilla.sourceforge.net/
je sais lire, cookie.txt est en lecture mais comment lui dire d'arréter?