فهرست منبع

Add quickstart introduction to repositories & archives (fixes #3620)

Milkey Mouse 7 سال پیش
والد
کامیت
09beb64f34
1فایلهای تغییر یافته به همراه11 افزوده شده و 0 حذف شده
  1. 11 0
      docs/quickstart.rst

+ 11 - 0
docs/quickstart.rst

@@ -13,6 +13,17 @@ A step by step example
 
 
 .. include:: quickstart_example.rst.inc
 .. include:: quickstart_example.rst.inc
 
 
+Archives and repositories
+-------------------------
+
+A Borg archive is used similarly to a tarball in a simpler backup system. When ``borg create``
+is run on a path, the current state of the files therein is stored in an archive. One can later
+extract or mount an archive to restore from a backup.
+
+Repositories are self-contained stores of archives that can be stored locally or remotely.
+Archives stored inside a repository are deduplicated with one another, which is why Borg
+shines for incremental backups.
+
 Important note about free space
 Important note about free space
 -------------------------------
 -------------------------------