Diferències
Ací es mostren les diferències entre la revisió seleccionada i la versió actual de la pàgina.
Ambdós costats versió prèvia Revisió prèvia Següent revisió | Revisió prèvia | ||
software:backup:borg [15/11/2020 12:56] – [montar] mate | software:backup:borg [15/06/2022 02:19] (actual) – [borgbackup] mate | ||
---|---|---|---|
Línia 2: | Línia 2: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | * alternativa?: | ||
+ | == quick | ||
+ | <code bash> | ||
+ | sudo mount / | ||
+ | sudo borg list / | ||
+ | sudo borg list / | ||
+ | |||
+ | tail -f / | ||
+ | sudo myscripts/ | ||
+ | |||
+ | tail -f / | ||
+ | sudo scripts/ | ||
+ | </ | ||
== repositorio | == repositorio | ||
- | * creación repositorio:< | + | * creación repositorio:< |
* backup repokey:< | * backup repokey:< | ||
* información del repositorio o archivo:< | * información del repositorio o archivo:< | ||
Línia 88: | Línia 101: | ||
* borrado de repositorio y archivos:< | * borrado de repositorio y archivos:< | ||
+ | == remove-lock | ||
+ | < | ||
+ | terminating with error status, rc 2</ | ||
+ | <code bash> | ||
== automatización | == automatización | ||
* especificar el repositorio:< | * especificar el repositorio:< | ||
Línia 137: | Línia 154: | ||
# don't even look in /proc | # don't even look in /proc | ||
! / | ! / | ||
+ | |||
+ | == common options | ||
+ | < | ||
+ | --critical: work on log level CRITICAL | ||
+ | --error: work on log level ERROR | ||
+ | --warning: work on log level WARNING (default) | ||
+ | --info, -v, --verbose: work on log level INFO | ||
+ | --debug: enable debug output, work on log level DEBUG | ||
+ | --debug-topic TOPIC: enable TOPIC debugging (can be specified multiple times). The logger path is borg.debug.< | ||
+ | --progress, -p: show progress information | ||
+ | --log-json: Output one JSON object per log line instead of formatted text. | ||
+ | --lock-wait SECONDS: wait at most SECONDS for acquiring a repository/ | ||
+ | --show-version: | ||
+ | --show-rc: show/log the return code (rc) | ||
+ | --umask M: set umask to M (local and remote, default: 0077) | ||
+ | --remote-path PATH: use PATH as borg executable on the remote (default: “borg”) | ||
+ | --remote-ratelimit RATE: set remote network upload rate limit in kiByte/s (default: 0=unlimited) | ||
+ | --consider-part-files: | ||
+ | --debug-profile FILE: Write execution profile in Borg format into FILE. For local use a Python-compatible file can be generated by suffixing FILE with “.pyprof”. | ||
+ | --rsh RSH: Use this command to connect to the ‘borg serve’ process (default: ‘ssh’) | ||
+ | </ | ||
== scripts | == scripts |