Please try beta12, it should fix it. ** Changed in: backintime Status: Confirmed => Fix Committed
-- Cannot name snapshots with beta11 https://bugs.launchpad.net/bugs/516066 You received this bug notification because you are a member of Back In Time Team, which is subscribed to Back In Time. Status in Back In Time: Fix Committed Bug description: Hi Since the update to BiT beta11 I can't seem to name my snapshots anymore. After doing some debugging I've found that there is an IOException thrown in common/snapshots.py in the function set_snapshot_name by line 185: file = open( name_path, 'wt' ) As it turns out the snapshots are read-only, but BiT does not attempt to do the chmod (line 182), since the snapshot version is set to 3. I started out this set of snapshots with beta10, so all snapshots are made with beta 10 and beta 11. Hope this helps. /Niklas _______________________________________________ Mailing list: https://launchpad.net/~bit-team Post to : bit-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~bit-team More help : https://help.launchpad.net/ListHelp