-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
timedog runs without a hitch but doesn't seem to work #18
Comments
Good question, I don't know how encrypted affects things, the script is just reading files and extended attributes, so I trust that macOS is serving decrypted content after you've logged in. When I get back home, I'll give it try. |
Thanks for looking into this @nlfiedler :-) |
I set up my old MacPro with Mojave (well, it was already) and attached a new drive, formatted with encryption, then I left TM running overnight so it would make a few backups. When I'm logged onto the desktop (either locally or with Screen Sharing), I can run $ ./timedog -d 5 -l
No machine directory found for host.
No TimeMachine backups found at ./timedog line 192. So not seeing any output means something else is happening, but I don't know what. The output you're seeing seems like it might be a file permissions issue, that the script quietly cannot read the files and ends up finding nothing to report. If you're at all familiar with Perl, maybe try adding Sorry that's all I've got. |
I'm facing the same issue on Catalina. |
I didn't write timedog, but from what I can tell, it is simply comparing the inode values. If they are the same, then no change is reported. |
I'm trying to use timedog on macOS Mojave and am able to run the script just fine but, regardless of whether I run the simple
/path/to/timedog -d 5 -l
command or try to compare the latest backup to an older one, all I get is Total Backup: 0 changed files/directories, 0B. I tried usingsudo
but that didn't help. Could this be because my Time Machine backup is encrypted? Should I try any other steps? ThanksThe text was updated successfully, but these errors were encountered: