mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-22 06:01:54 +00:00
commit
104e9f3169
4 changed files with 5 additions and 6 deletions
|
@ -89,9 +89,7 @@ Initialize a new backup repository and create a backup archive::
|
||||||
$ borg init /path/to/repo
|
$ borg init /path/to/repo
|
||||||
$ borg create /path/to/repo::Saturday1 ~/Documents
|
$ borg create /path/to/repo::Saturday1 ~/Documents
|
||||||
|
|
||||||
Now doing another backup, just to show off the great deduplication:
|
Now doing another backup, just to show off the great deduplication::
|
||||||
|
|
||||||
.. code-block::
|
|
||||||
|
|
||||||
$ borg create -v --stats /path/to/repo::Saturday2 ~/Documents
|
$ borg create -v --stats /path/to/repo::Saturday2 ~/Documents
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
|
@ -66,6 +66,7 @@ The best check that everything is ok is to run a dry-run extraction::
|
||||||
|
|
||||||
borg extract -v --dry-run REPO::ARCHIVE
|
borg extract -v --dry-run REPO::ARCHIVE
|
||||||
|
|
||||||
|
.. _changelog:
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
|
@ -544,7 +544,7 @@ Here's a (incomplete) list of some major changes:
|
||||||
* better logging, screen output, progress indication
|
* better logging, screen output, progress indication
|
||||||
* tested on misc. Linux systems, 32 and 64bit, FreeBSD, OpenBSD, NetBSD, Mac OS X
|
* tested on misc. Linux systems, 32 and 64bit, FreeBSD, OpenBSD, NetBSD, Mac OS X
|
||||||
|
|
||||||
Please read the `ChangeLog`_ (or ``docs/changes.rst`` in the source distribution) for more
|
Please read the :ref:`changelog` (or ``docs/changes.rst`` in the source distribution) for more
|
||||||
information.
|
information.
|
||||||
|
|
||||||
Borg is not compatible with original attic (but there is a one-way conversion).
|
Borg is not compatible with original attic (but there is a one-way conversion).
|
||||||
|
|
|
@ -42,7 +42,7 @@ Note: you may also prepend a ``file://`` to a filesystem path to get URL style.
|
||||||
``user@host:~other/path/to/repo`` - path relative to other's home directory
|
``user@host:~other/path/to/repo`` - path relative to other's home directory
|
||||||
|
|
||||||
Note: giving ``user@host:/./path/to/repo`` or ``user@host:/~/path/to/repo`` or
|
Note: giving ``user@host:/./path/to/repo`` or ``user@host:/~/path/to/repo`` or
|
||||||
``user@host:/~other/path/to/repo``is also supported, but not required here.
|
``user@host:/~other/path/to/repo`` is also supported, but not required here.
|
||||||
|
|
||||||
|
|
||||||
**Remote repositories with relative pathes, alternative syntax with port**:
|
**Remote repositories with relative pathes, alternative syntax with port**:
|
||||||
|
@ -437,7 +437,7 @@ Notes
|
||||||
|
|
||||||
- the --exclude patterns are not like tar. In tar --exclude .bundler/gems will
|
- the --exclude patterns are not like tar. In tar --exclude .bundler/gems will
|
||||||
exclude foo/.bundler/gems. In borg it will not, you need to use --exclude
|
exclude foo/.bundler/gems. In borg it will not, you need to use --exclude
|
||||||
'*/.bundler/gems' to get the same effect. See ``borg help patterns`` for
|
'\*/.bundler/gems' to get the same effect. See ``borg help patterns`` for
|
||||||
more information.
|
more information.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue