💾 Archived View for freeshell.de › tldr › borg.gmi captured on 2024-02-05 at 10:24:16. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Deduplicating backup tool.
Creates local or remote backups that are mountable as filesystems.
borg init {path/to/repo_directory}
borg create --progress {path/to/repo_directory}::{Monday} {path/to/source_directory}
borg list {path/to/repo_directory}
borg extract {user}@{host}:{path/to/repo_directory}::{Monday} {path/to/target_directory} --exclude '{*.ext}'
borg prune --keep-within {7d} --list {path/to/repo_directory}
borg mount {path/to/repo_directory}::{Monday} {path/to/mountpoint}
borg create --help
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).