Move recorded video records to central storage
Find a file
2026-05-08 18:28:12 +02:00
README.md Update README.md 2026-05-08 18:28:12 +02:00

Records-Mover

Moving recorded videos to central storage via SMB

First create config file with next command and setup remote

"C:\Tools\rclone\rclone.exe" --config "C:\Tools\rclone\rclone.conf" config

run rclone command by task planner (plánovač úloh) every 5min.

"C:\Tools\rclone\rclone.exe" --config "C:\Tools\rclone\rclone.conf" move "C:\LOKALNI\SLOZKA" "NAS:ShareName/CILOVA/SLOZKA" --min-age 5m --min-size 500M --transfers 1 --checkers 4 --retries 3 --low-level-retries 10 --delete-empty-src-dirs

Tested with rclone v1.74.0