nlfiedler / timedog

Displays set of files that were saved in Time Machine backups
GNU General Public License v2.0
220 stars 12 forks source link

Fix backup directory format, it now ends with '.previous' #19

Closed antimirov closed 3 years ago

antimirov commented 3 years ago

Hi guys,

This fixes the #17 (and probably #18 too). At least I hope it fixes it because I only downloaded your tool yesterday and as I have Big Sur, it just showed me the message "None or only one Time Machine backups found at /usr/local/bin/timedog line 197."

My backups directory structure is the following:

2021-03-12-010326.interrupted <-- skipping these ".interrupted", not sure what's there
2021-03-12-174648.previous
2021-03-13-110439.interrupted  <-- skipping these ".interrupted", not sure what's there
2021-03-15-154701.previous
2021-03-15-175421.previous

With this simple fix I'm now able to see the diffs.

nlfiedler commented 3 years ago

Excellent, thank you.