Restic for OpenWRT
Jump to navigation
Jump to search
The Restic Repository can get quite large. Two commands to reduce the size are;
restic prune -r WhatEverRepository
restic forget WhatEverID -r WhatEverRepository
If one gets the "repository is already locked" error message with a PID that doesn't exist, even after rebooting the router, then use this command: restic unlock -r WhatEverReposity
Apparently Retic will forever remember a lock. Even if it happened years ago.