man_intro.rst 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. :orphan:
  2. ====
  3. borg
  4. ====
  5. ----------------------------------------
  6. deduplicating and encrypting backup tool
  7. ----------------------------------------
  8. :Author: The Borg Collective
  9. :Date: 2017-02-05
  10. :Manual section: 1
  11. :Manual group: borg backup tool
  12. SYNOPSIS
  13. --------
  14. borg [common options] <command> [options] [arguments]
  15. DESCRIPTION
  16. -----------
  17. .. we don't include the README.rst here since we want to keep this terse.
  18. BorgBackup (short: Borg) is a deduplicating backup program.
  19. Optionally, it supports compression and authenticated encryption.
  20. The main goal of Borg is to provide an efficient and secure way to backup data.
  21. The data deduplication technique used makes Borg suitable for daily backups
  22. since only changes are stored.
  23. The authenticated encryption technique makes it suitable for backups to not
  24. fully trusted targets.
  25. Borg stores a set of files in an *archive*. A *repository* is a collection
  26. of *archives*. The format of repositories is Borg-specific. Borg does not
  27. distinguish archives from each other in any way other than their name,
  28. it does not matter when or where archives were created (e.g. different hosts).
  29. EXAMPLES
  30. --------
  31. A step-by-step example
  32. ~~~~~~~~~~~~~~~~~~~~~~
  33. .. include:: quickstart_example.rst.inc
  34. NOTES
  35. -----
  36. .. include:: usage_general.rst.inc
  37. SEE ALSO
  38. --------
  39. `borg-common(1)` for common command line options
  40. `borg-init(1)`,
  41. `borg-create(1)`, `borg-mount(1)`, `borg-extract(1)`,
  42. `borg-list(1)`, `borg-info(1)`,
  43. `borg-delete(1)`, `borg-prune(1)`,
  44. `borg-recreate(1)`
  45. `borg-compression(1)`, `borg-patterns(1)`, `borg-placeholders(1)`
  46. * Main web site https://www.borgbackup.org/
  47. * Releases https://github.com/borgbackup/borg/releases
  48. * Changelog https://github.com/borgbackup/borg/blob/master/docs/changes.rst
  49. * GitHub https://github.com/borgbackup/borg
  50. * Security contact https://borgbackup.readthedocs.io/en/latest/support.html#security-contact