* Restic - backups https://restic.readthedocs.io/en/stable/ - init repo :: ~restic init --repo ~ - backup :: ~restic -r --verbose backup ~ - restore :: ~restic -r restore --target /tmp/restore-work~ - restore latest via path :: ~restic -r restore latest --path "somepath"~ - list snapshots :: ~restic -r snapshots~ - copy snapshots between repos :: with filtering #+begin_src bash restic -r copy --repo2 --path #+end_src