tsileo / bakthat

Bakthat is a MIT licensed backup framework written in Python, it's both a command line tool and a Python module that helps you manage backups on Amazon S3/Glacier and OpenStack Swift. It automatically compress, encrypt (symmetric encryption) and upload your files.
http://bakthat.readthedocs.org/en/latest/
MIT License
491 stars 67 forks source link

Time in filename is wrong #50

Closed wackazong closed 11 years ago

wackazong commented 11 years ago

Hi there, the time in the timestamp of the created backup file is always 2 hours behind the server time (and the time reported to me in python). What could that be?

tsileo commented 11 years ago

Hi,

it's because the timestamp are in utc (and the datetime reference for rotation is also utc). This is a design choice.