Restic for OpenWRT

Wiki.TerraBase.info
Revision as of 08:51, 3 March 2021 by Root (talk | contribs) (Created page with "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 g...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.