Replies: 1 comment
-
Hi there and thanks for taking the time to ask your question here! No worries, I might have answered one or two times in the past but it's a bit difficult to find these posts :) To make it easier to understand what the command you're using does:
I hope this helps you to understand what's going on and provides you with all the details you need to get it up and running on your end. Glad you like the tool and happy to provide additional assistance if needed! 🚀 Related discussion: #147 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For starters, I have been baby-stepping through the instructions over the past week and reading anything I can find here or on reddit or the unifi forum; wherever you have answered questions over the past year or 2.
My Code is:
docker run --volume /downloads:/downloads unifitoolbox/protect-archiver download --address 192.168..** --username .*** --password *** --start 2023-02-18T07:00:00 --end 2023-02-19T12:00:00 /downloads
The response is a variation of:
"Downloading footage for camera 'G4 Pro' (**************03ee)
Created path /downloads/2023/02/19/G4 Pro (03ee)
Downloading video for time range 2023-02-19 07:00:00 - 2023-02-19 07:59:59 to /downloads/2023/02/19/G4 Pro (03ee)/G4 Pro (03ee) - 2023-02-19 - 07.00.00.mp4
Download successful after 0s (0.0 b, 0.0 bps)
Downloading video for time range 2023-02-19 08:00:00 - 2023-02-19 08:59:59 to /downloads/2023/02/19/G4 Pro (03ee)/G4 Pro (03ee) - 2023-02-19 - 08.00.00.mp4
Download successful after 0s (0.0 b, 0.0 bps)
Downloading video for time range 2023-02-19 09:00:00 - 2023-02-19 09:59:59 to /downloads/2023/02/19/G4 Pro (03ee)/G4 Pro (03ee) - 2023-02-19 - 09.00.00.mp4
Download successful after 0s (0.0 b, 0.0 bps)
3 files downloaded (0.0 b), 0 files skipped, 0 files failed, 3 files total"
This is a huge success for me personally, definitely the farthest I've gotten! If I put a larger time range where actual files with content are found it fills my drive up but nowhere to be found or... it just times out causing other errors.
Thank you for this tool, this functionality is so desperately needed. (should I merge this with the JHMikkel discussion?)
Beta Was this translation helpful? Give feedback.
All reactions