Replies: 1 comment 4 replies
-
Hi there! Your command looks good so far, except for the volume mount and the path at the end of the command. The path at the end always needs to be Your command downloads the files to The command needs to look like this The Hope this helps; let me know if you need any additional assistance! Thanks a lot -- and yes, I couldn't agree more. This should be a native feature. They could ship it as an extra desktop app in addition to the browser UI and include a bunch of useful features. But that's unlikely to happen, sadly. I mean, how useful are all the recordings in the end if you can't easily mass-export and/or archive them as needed... :) |
Beta Was this translation helpful? Give feedback.
-
Complete newbie here!
I finally got the script working through docker and it seems to be running perfectly and doing what it's supposed to be doing. Except the files I am supposed to be getting is nowhere to be found.
This is the script I run:
docker run --volume /Users/mikkel/Desktop/uni unifitoolbox/protect-archiver download --address=10.16.18.23 --username="username" --password="password" --cameras=60366473001c9303e70xxxxx --start=2022-04-13T07:00:00 --end=2022-04-13T07:01:00 --touch-files /Users/mikkel/Desktop/uni
And this is the response I get:
So all seems fine, but the destination folder is completely empty.
What am I doing wrong?
I am on macOS 12.2.1 running Docker Desktop 4.7.1.
PS. If/when this works, it's an amazing tool and definately something that should be native to Protect. The current way to export video is ridiculous.
Beta Was this translation helpful? Give feedback.
All reactions