GMail Backup 0.10

After some days of development we release the 0.10 version of our tool for doing backups of your GMail account.

This version comes with a great feature improving the incremental backups. You can add the --stamp command line flag and the tools stores the date of the last email you have downloaded. After that you can run the tool again and download only the new messages. Simply use


gmail-backup.exe backup dir user@gmail.com password --stamp

and enjoy your automated backups.

Thank you for using and testing GMail Backup.

Your GMail Backup Team

AttachmentSize
gmail-backup-0.10.zip2.25 MB
gmail-backup-0.10-linux.zip68.56 KB

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

:( Same problem... other line

Hi,

I tried the 0.10 release but get Problems again:

Traceback (most recent call last):
File "gmail-backup.py", line 882, in
File "/home/jars/Desktop/gmail-backup-0.10-linux/svc/scripting/__init__.py", line 1072, in run
retval = super(SimpleScript, self).run()
File "/home/jars/Desktop/gmail-backup-0.10-linux/svc/scripting/__init__.py", line 347, in run
self._mainError(sys.exc_info()[1])
File "gmail-backup.py", line 870, in _mainError
File "gmail-backup.py", line 874, in _mainErrorFull
AttributeError: 'GMailBackupScript' object has no attribute 'notifier'

Any idea why it's still not running?
What is this notifier attribute?

Thanks!

Esco

Problem with notifier

Hi Esco,
we had probably fixed your problems. The problem with uninitialized "notifier" shadowed the true traceback of the real error. The solution is to try the 0.11 release.

Thank you
Jan