Snapshot History for local backup not build

Bug #995174 reported by Artur Glavic
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Time Drive
New
Undecided
Unassigned

Bug Description

On backup to a local directory the Snapshot history is not build. There is a python error in:

timedrive/background/loadsnapshots.py Line 77
ValueError: too many values to unpack

As the string to be split is in this line is
"full 20120505T155936Z 30 noenc",
the length of split() is 4.

This issue can be fixed by changing the source line from
     snapshotType, dateTime, numFiles=snapshot.split()
to
     snapshotType, dateTime, numFiles=snapshot.split()[:3]

Revision history for this message
JackyOhh (sewal) wrote :

I can confirm this bug and your bugfix is working quite well. thx

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.