mrworf / iceshelf

A simple tool to allow storage of signed, encrypted, incremental backups using Amazon's Glacier storage
GNU General Public License v2.0
32 stars 8 forks source link

Done dir cannot be empty #5

Closed Jonny007-MKD closed 7 years ago

Jonny007-MKD commented 7 years ago

The comments in iceshelf.sample.conf and README.md say that the done dir can be left empty to disable the copying after a successful operation. Still, I get the warning Done dir cannot be empty and the path points to the default backup/done/.

I suggest to replace line 256 in modules/configuration.py by setting["donedir"] = None

mrworf commented 7 years ago

You're right. All the code is there except the config reader will not accept it. Copy'n'paste issue I think.

Jonny007-MKD commented 7 years ago

thanks :)