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}
*.ext
files:
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).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB