Install
openclaw skills install reolink-remote-backupClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Set up reliable off-site Reolink camera backup when cameras are remote (4G/5G/LTE) and home inbound networking is constrained (CGNAT/locked routers). Use for architecture decisions, VPS relay setup, FTP/FTPS ingest, local/NAS pull sync, retention, and troubleshooting upload/auth/path failures.
openclaw skills install reolink-remote-backupImplement resilient backup using:
Use this flow when direct camera->home ingest is impractical.
Run scripts/setup_vps_vsftpd.sh on VPS as root. It:
reolinkftp ingest user/srv/reolink/incomingThen set camera FTP/FTPS target to VPS.
Run scripts/setup_local_pull.sh on local machine. It writes:
/home/$USER/bin/reolink_pull.shPersistent=trueThis ensures catch-up after downtime.
Run scripts/setup_vps_retention.sh on VPS to prune old files if local sync is offline for prolonged periods.
/srv/reolink/incomingsystemctl --user list-timers | grep reolink-pullRead references/troubleshooting.md for response-code and log-driven fixes.
Fast checks:
systemctl status vsftpdjournalctl -u vsftpd -n 120 --no-pagertail -n 120 /var/log/vsftpd.logmountpoint -q <mountpath>