2013-07-31 18:51:01 +00:00
|
|
|
.. include:: global.rst.inc
|
|
|
|
.. _detailed_usage:
|
|
|
|
|
2013-08-04 19:23:12 +00:00
|
|
|
Usage
|
|
|
|
=====
|
2013-07-31 18:51:01 +00:00
|
|
|
|
|
|
|
|project_name| consists of a number of commands. Each command accepts
|
|
|
|
a number of arguments and options. The following sections will describe each
|
|
|
|
command in detail.
|
|
|
|
|
2015-11-06 17:22:30 +00:00
|
|
|
General
|
|
|
|
-------
|
|
|
|
|
2015-11-21 01:09:16 +00:00
|
|
|
Type of log output
|
|
|
|
~~~~~~~~~~~~~~~~~~
|
2013-07-31 18:51:01 +00:00
|
|
|
|
2015-12-08 00:37:34 +00:00
|
|
|
The log level of the builtin logging configuration defaults to WARNING.
|
|
|
|
This is because we want |project_name| to be mostly silent and only output
|
2016-04-03 18:17:09 +00:00
|
|
|
warnings, errors and critical messages.
|
2015-11-21 01:09:16 +00:00
|
|
|
|
2016-04-03 18:17:09 +00:00
|
|
|
Log levels: DEBUG < INFO < WARNING < ERROR < CRITICAL
|
2015-11-21 01:09:16 +00:00
|
|
|
|
2016-04-03 18:17:09 +00:00
|
|
|
Use ``--debug`` to set DEBUG log level -
|
|
|
|
to get debug, info, warning, error and critical level output.
|
2015-12-08 00:37:34 +00:00
|
|
|
|
2016-04-03 18:17:09 +00:00
|
|
|
Use ``--info`` (or ``-v`` or ``--verbose``) to set INFO log level -
|
|
|
|
to get info, warning, error and critical level output.
|
|
|
|
|
|
|
|
Use ``--warning`` (default) to set WARNING log level -
|
|
|
|
to get warning, error and critical level output.
|
|
|
|
|
|
|
|
Use ``--error`` to set ERROR log level -
|
|
|
|
to get error and critical level output.
|
|
|
|
|
|
|
|
Use ``--critical`` to set CRITICAL log level -
|
|
|
|
to get critical level output.
|
2015-12-08 00:37:34 +00:00
|
|
|
|
|
|
|
While you can set misc. log levels, do not expect that every command will
|
|
|
|
give different output on different log levels - it's just a possibility.
|
2015-11-21 01:09:16 +00:00
|
|
|
|
2016-04-03 18:17:09 +00:00
|
|
|
.. warning:: Options --critical and --error are provided for completeness,
|
|
|
|
their usage is not recommended as you might miss important information.
|
|
|
|
|
2016-01-17 19:13:45 +00:00
|
|
|
.. warning:: While some options (like ``--stats`` or ``--list``) will emit more
|
2016-02-07 18:33:26 +00:00
|
|
|
informational messages, you have to use INFO (or lower) log level to make
|
|
|
|
them show up in log output. Use ``-v`` or a logging configuration.
|
2016-01-14 18:34:07 +00:00
|
|
|
|
2015-07-11 17:27:00 +00:00
|
|
|
Return codes
|
2015-11-06 17:22:30 +00:00
|
|
|
~~~~~~~~~~~~
|
2015-07-11 17:27:00 +00:00
|
|
|
|
|
|
|
|project_name| can exit with the following return codes (rc):
|
|
|
|
|
|
|
|
::
|
|
|
|
|
2015-10-21 23:40:34 +00:00
|
|
|
0 = success (logged as INFO)
|
|
|
|
1 = warning (operation reached its normal end, but there were warnings -
|
|
|
|
you should check the log, logged as WARNING)
|
|
|
|
2 = error (like a fatal error, a local or remote exception, the operation
|
|
|
|
did not reach its normal end, logged as ERROR)
|
|
|
|
128+N = killed by signal N (e.g. 137 == kill -9)
|
2015-07-11 17:27:00 +00:00
|
|
|
|
2016-02-27 16:22:56 +00:00
|
|
|
If you use ``--show-rc``, the return code is also logged at the indicated
|
|
|
|
level as the last log entry.
|
2015-07-11 17:27:00 +00:00
|
|
|
|
|
|
|
|
2015-07-11 18:08:22 +00:00
|
|
|
Environment Variables
|
2015-11-06 17:22:30 +00:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~
|
2015-07-11 18:08:22 +00:00
|
|
|
|
|
|
|
|project_name| uses some environment variables for automation:
|
|
|
|
|
2015-09-06 16:18:24 +00:00
|
|
|
General:
|
|
|
|
BORG_REPO
|
|
|
|
When set, use the value to give the default repository location. If a command needs an archive
|
|
|
|
parameter, you can abbreviate as `::archive`. If a command needs a repository parameter, you
|
|
|
|
can either leave it away or abbreviate as `::`, if a positional parameter is required.
|
2015-08-29 02:00:22 +00:00
|
|
|
BORG_PASSPHRASE
|
|
|
|
When set, use the value to answer the passphrase question for encrypted repositories.
|
2016-03-05 15:21:44 +00:00
|
|
|
BORG_DISPLAY_PASSPHRASE
|
|
|
|
When set, use the value to answer the "display the passphrase for verification" question when defining a new passphrase for encrypted repositories.
|
2015-11-15 19:17:54 +00:00
|
|
|
BORG_LOGGING_CONF
|
|
|
|
When set, use the given filename as INI_-style logging configuration.
|
2015-10-05 22:54:00 +00:00
|
|
|
BORG_RSH
|
2016-02-08 04:05:30 +00:00
|
|
|
When set, use this command instead of ``ssh``. This can be used to specify ssh options, such as
|
2016-02-09 01:54:20 +00:00
|
|
|
a custom identity file ``ssh -i /path/to/private/key``. See ``man ssh`` for other options.
|
2016-07-04 13:06:20 +00:00
|
|
|
BORG_REMOTE_PATH
|
|
|
|
When set, use the given path/filename as remote path (default is "borg").
|
|
|
|
Using ``--remote-path PATH`` commandline option overrides the environment variable.
|
2015-09-06 16:18:24 +00:00
|
|
|
TMPDIR
|
|
|
|
where temporary files are stored (might need a lot of temporary space for some operations)
|
2015-08-29 02:00:22 +00:00
|
|
|
|
2015-12-20 00:34:00 +00:00
|
|
|
Some automatic "answerers" (if set, they automatically answer confirmation questions):
|
|
|
|
BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=no (or =yes)
|
2015-08-29 02:00:22 +00:00
|
|
|
For "Warning: Attempting to access a previously unknown unencrypted repository"
|
2015-12-20 00:34:00 +00:00
|
|
|
BORG_RELOCATED_REPO_ACCESS_IS_OK=no (or =yes)
|
2015-08-29 02:00:22 +00:00
|
|
|
For "Warning: The repository at location ... was previously located at ..."
|
2015-12-20 00:34:00 +00:00
|
|
|
BORG_CHECK_I_KNOW_WHAT_I_AM_DOING=NO (or =YES)
|
|
|
|
For "Warning: 'check --repair' is an experimental feature that might result in data loss."
|
|
|
|
BORG_DELETE_I_KNOW_WHAT_I_AM_DOING=NO (or =YES)
|
|
|
|
For "You requested to completely DELETE the repository *including* all archives it contains:"
|
|
|
|
|
|
|
|
Note: answers are case sensitive. setting an invalid answer value might either give the default
|
|
|
|
answer or ask you interactively, depending on whether retries are allowed (they by default are
|
|
|
|
allowed). So please test your scripts interactively before making them a non-interactive script.
|
2015-08-29 02:00:22 +00:00
|
|
|
|
|
|
|
Directories:
|
|
|
|
BORG_KEYS_DIR
|
2016-01-28 22:15:49 +00:00
|
|
|
Default to '~/.config/borg/keys'. This directory contains keys for encrypted repositories.
|
2015-08-29 02:00:22 +00:00
|
|
|
BORG_CACHE_DIR
|
|
|
|
Default to '~/.cache/borg'. This directory contains the local cache and might need a lot
|
|
|
|
of space for dealing with big repositories).
|
|
|
|
|
|
|
|
Building:
|
|
|
|
BORG_OPENSSL_PREFIX
|
|
|
|
Adds given OpenSSL header file directory to the default locations (setup.py).
|
2015-09-12 17:38:38 +00:00
|
|
|
BORG_LZ4_PREFIX
|
|
|
|
Adds given LZ4 header file directory to the default locations (setup.py).
|
2015-08-29 02:00:22 +00:00
|
|
|
|
2015-07-11 18:08:22 +00:00
|
|
|
|
|
|
|
Please note:
|
|
|
|
|
|
|
|
- be very careful when using the "yes" sayers, the warnings with prompt exist for your / your data's security/safety
|
|
|
|
- also be very careful when putting your passphrase into a script, make sure it has appropriate file permissions
|
|
|
|
(e.g. mode 600, root:root).
|
|
|
|
|
|
|
|
|
2015-12-14 20:11:38 +00:00
|
|
|
.. _INI: https://docs.python.org/3.4/library/logging.config.html#configuration-file-format
|
2015-11-15 19:17:54 +00:00
|
|
|
|
2015-07-29 19:39:20 +00:00
|
|
|
Resource Usage
|
2015-11-06 17:22:30 +00:00
|
|
|
~~~~~~~~~~~~~~
|
2015-07-29 19:39:20 +00:00
|
|
|
|
|
|
|
|project_name| might use a lot of resources depending on the size of the data set it is dealing with.
|
|
|
|
|
2015-08-29 02:00:22 +00:00
|
|
|
CPU:
|
|
|
|
It won't go beyond 100% of 1 core as the code is currently single-threaded.
|
|
|
|
Especially higher zlib and lzma compression levels use significant amounts
|
|
|
|
of CPU cycles.
|
|
|
|
|
|
|
|
Memory (RAM):
|
|
|
|
The chunks index and the files index are read into memory for performance
|
|
|
|
reasons.
|
|
|
|
Compression, esp. lzma compression with high levels might need substantial
|
|
|
|
amounts of memory.
|
|
|
|
|
|
|
|
Temporary files:
|
|
|
|
Reading data and metadata from a FUSE mounted repository will consume about
|
|
|
|
the same space as the deduplicated chunks used to represent them in the
|
|
|
|
repository.
|
|
|
|
|
|
|
|
Cache files:
|
|
|
|
Contains the chunks index and files index (plus a compressed collection of
|
|
|
|
single-archive chunk indexes).
|
|
|
|
|
|
|
|
Chunks index:
|
2016-02-27 16:22:56 +00:00
|
|
|
Proportional to the amount of data chunks in your repo. Lots of chunks
|
|
|
|
in your repo imply a big chunks index.
|
|
|
|
It is possible to tweak the chunker params (see create options).
|
2015-08-29 02:00:22 +00:00
|
|
|
|
|
|
|
Files index:
|
|
|
|
Proportional to the amount of files in your last backup. Can be switched
|
|
|
|
off (see create options), but next backup will be much slower if you do.
|
|
|
|
|
|
|
|
Network:
|
|
|
|
If your repository is remote, all deduplicated (and optionally compressed/
|
|
|
|
encrypted) data of course has to go over the connection (ssh: repo url).
|
|
|
|
If you use a locally mounted network filesystem, additionally some copy
|
|
|
|
operations used for transaction support also go over the connection. If
|
|
|
|
you backup multiple sources to one target repository, additional traffic
|
|
|
|
happens for cache resynchronization.
|
2015-07-29 19:48:57 +00:00
|
|
|
|
|
|
|
In case you are interested in more details, please read the internals documentation.
|
2015-07-29 19:39:20 +00:00
|
|
|
|
|
|
|
|
2015-10-21 13:25:46 +00:00
|
|
|
Units
|
2015-11-06 17:22:30 +00:00
|
|
|
~~~~~
|
2015-10-21 13:25:46 +00:00
|
|
|
|
|
|
|
To display quantities, |project_name| takes care of respecting the
|
|
|
|
usual conventions of scale. Disk sizes are displayed in `decimal
|
|
|
|
<https://en.wikipedia.org/wiki/Decimal>`_, using powers of ten (so
|
|
|
|
``kB`` means 1000 bytes). For memory usage, `binary prefixes
|
|
|
|
<https://en.wikipedia.org/wiki/Binary_prefix>`_ are used, and are
|
|
|
|
indicated using the `IEC binary prefixes
|
|
|
|
<https://en.wikipedia.org/wiki/IEC_80000-13#Prefixes_for_binary_multiples>`_,
|
|
|
|
using powers of two (so ``KiB`` means 1024 bytes).
|
|
|
|
|
|
|
|
|
2015-11-16 22:51:21 +00:00
|
|
|
Date and Time
|
|
|
|
~~~~~~~~~~~~~
|
|
|
|
|
2016-02-27 16:22:56 +00:00
|
|
|
We format date and time conforming to ISO-8601, that is: YYYY-MM-DD and
|
|
|
|
HH:MM:SS (24h clock).
|
2015-11-16 22:51:21 +00:00
|
|
|
|
2016-02-27 16:22:56 +00:00
|
|
|
For more information about that, see: https://xkcd.com/1179/
|
|
|
|
|
|
|
|
Unless otherwise noted, we display local date and time.
|
|
|
|
Internally, we store and process date and time as UTC.
|
2015-11-16 22:51:21 +00:00
|
|
|
|
|
|
|
|
2015-07-11 17:45:37 +00:00
|
|
|
.. include:: usage/init.rst.inc
|
|
|
|
|
2013-07-31 18:51:01 +00:00
|
|
|
Examples
|
|
|
|
~~~~~~~~
|
|
|
|
::
|
|
|
|
|
2016-02-27 16:22:56 +00:00
|
|
|
# Local repository (default is to use encryption in repokey mode)
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg init /path/to/repo
|
2013-07-31 18:51:01 +00:00
|
|
|
|
2016-02-27 16:22:56 +00:00
|
|
|
# Local repository (no encryption)
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg init --encryption=none /path/to/repo
|
2016-02-27 16:22:56 +00:00
|
|
|
|
2015-05-15 16:35:14 +00:00
|
|
|
# Remote repository (accesses a remote borg via ssh)
|
2015-05-09 17:41:03 +00:00
|
|
|
$ borg init user@hostname:backup
|
2013-07-31 18:51:01 +00:00
|
|
|
|
2016-02-27 16:22:56 +00:00
|
|
|
# Remote repository (store the key your home dir)
|
2015-07-14 22:01:07 +00:00
|
|
|
$ borg init --encryption=keyfile user@hostname:backup
|
|
|
|
|
|
|
|
Important notes about encryption:
|
|
|
|
|
2016-02-27 16:22:56 +00:00
|
|
|
It is not recommended to disable encryption. Repository encryption protects you
|
|
|
|
e.g. against the case that an attacker has access to your backup repository.
|
2015-07-14 22:01:07 +00:00
|
|
|
|
|
|
|
But be careful with the key / the passphrase:
|
|
|
|
|
2016-01-15 06:25:43 +00:00
|
|
|
If you want "passphrase-only" security, use the ``repokey`` mode. The key will
|
2015-07-14 22:01:07 +00:00
|
|
|
be stored inside the repository (in its "config" file). In above mentioned
|
|
|
|
attack scenario, the attacker will have the key (but not the passphrase).
|
|
|
|
|
|
|
|
If you want "passphrase and having-the-key" security, use the ``keyfile`` mode.
|
2016-01-28 22:15:49 +00:00
|
|
|
The key will be stored in your home directory (in ``.config/borg/keys``). In
|
|
|
|
the attack scenario, the attacker who has just access to your repo won't have
|
|
|
|
the key (and also not the passphrase).
|
2015-07-14 22:01:07 +00:00
|
|
|
|
|
|
|
Make a backup copy of the key file (``keyfile`` mode) or repo config file
|
|
|
|
(``repokey`` mode) and keep it at a safe place, so you still have the key in
|
2016-02-27 16:22:56 +00:00
|
|
|
case it gets corrupted or lost. Also keep the passphrase at a safe place.
|
2015-07-14 22:01:07 +00:00
|
|
|
The backup that is encrypted with that key won't help you with that, of course.
|
|
|
|
|
|
|
|
Make sure you use a good passphrase. Not too short, not too simple. The real
|
|
|
|
encryption / decryption key is encrypted with / locked by your passphrase.
|
|
|
|
If an attacker gets your key, he can't unlock and use it without knowing the
|
2016-01-15 06:25:43 +00:00
|
|
|
passphrase.
|
|
|
|
|
2016-02-27 16:22:56 +00:00
|
|
|
Be careful with special or non-ascii characters in your passphrase:
|
|
|
|
|
|
|
|
- |project_name| processes the passphrase as unicode (and encodes it as utf-8),
|
|
|
|
so it does not have problems dealing with even the strangest characters.
|
|
|
|
- BUT: that does not necessarily apply to your OS / VM / keyboard configuration.
|
|
|
|
|
|
|
|
So better use a long passphrase made from simple ascii chars than one that
|
|
|
|
includes non-ascii stuff or characters that are hard/impossible to enter on
|
|
|
|
a different keyboard layout.
|
|
|
|
|
2016-01-15 06:25:43 +00:00
|
|
|
You can change your passphrase for existing repos at any time, it won't affect
|
|
|
|
the encryption/decryption key or other secrets.
|
2013-07-31 18:51:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
.. include:: usage/create.rst.inc
|
|
|
|
|
|
|
|
Examples
|
|
|
|
~~~~~~~~
|
|
|
|
::
|
|
|
|
|
2014-02-04 01:11:47 +00:00
|
|
|
# Backup ~/Documents into an archive named "my-documents"
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg create /path/to/repo::my-documents ~/Documents
|
2013-07-31 18:51:01 +00:00
|
|
|
|
2016-01-28 19:32:30 +00:00
|
|
|
# same, but verbosely list all files as we process them
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg create -v --list /path/to/repo::my-documents ~/Documents
|
2016-01-28 19:32:30 +00:00
|
|
|
|
2013-07-31 18:51:01 +00:00
|
|
|
# Backup ~/Documents and ~/src but exclude pyc files
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg create /path/to/repo::my-files \
|
2015-05-09 17:41:03 +00:00
|
|
|
~/Documents \
|
|
|
|
~/src \
|
2014-02-04 01:11:47 +00:00
|
|
|
--exclude '*.pyc'
|
2013-07-31 18:51:01 +00:00
|
|
|
|
2015-12-15 23:14:02 +00:00
|
|
|
# Backup home directories excluding image thumbnails (i.e. only
|
|
|
|
# /home/*/.thumbnails is excluded, not /home/*/*/.thumbnails)
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg create /path/to/repo::my-files /home \
|
2015-12-15 23:14:02 +00:00
|
|
|
--exclude 're:^/home/[^/]+/\.thumbnails/'
|
|
|
|
|
2016-01-21 13:24:35 +00:00
|
|
|
# Do the same using a shell-style pattern
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg create /path/to/repo::my-files /home \
|
2016-01-21 13:24:35 +00:00
|
|
|
--exclude 'sh:/home/*/.thumbnails'
|
|
|
|
|
2013-07-31 18:51:01 +00:00
|
|
|
# Backup the root filesystem into an archive named "root-YYYY-MM-DD"
|
2015-10-15 23:18:37 +00:00
|
|
|
# use zlib compression (good, but slow) - default is no compression
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg create -C zlib,6 /path/to/repo::root-{now:%Y-%m-%d} / --one-file-system
|
2013-07-31 18:51:01 +00:00
|
|
|
|
2015-12-18 20:44:14 +00:00
|
|
|
# Make a big effort in fine granular deduplication (big chunk management
|
|
|
|
# overhead, needs a lot of RAM and disk space, see formula in internals
|
|
|
|
# docs - same parameters as borg < 1.0 or attic):
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg create --chunker-params 10,23,16,4095 /path/to/repo::small /smallstuff
|
2015-06-20 23:46:41 +00:00
|
|
|
|
2015-07-27 20:27:13 +00:00
|
|
|
# Backup a raw device (must not be active/in use/mounted at that time)
|
2016-04-15 01:35:37 +00:00
|
|
|
$ dd if=/dev/sdx bs=10M | borg create /path/to/repo::my-sdx -
|
2015-07-27 20:27:13 +00:00
|
|
|
|
2015-08-10 18:36:21 +00:00
|
|
|
# No compression (default)
|
2016-04-15 01:38:43 +00:00
|
|
|
$ borg create /path/to/repo::arch ~
|
2015-08-10 18:36:21 +00:00
|
|
|
|
|
|
|
# Super fast, low compression
|
2016-04-15 01:38:43 +00:00
|
|
|
$ borg create --compression lz4 /path/to/repo::arch ~
|
2015-08-10 18:36:21 +00:00
|
|
|
|
|
|
|
# Less fast, higher compression (N = 0..9)
|
2016-04-15 01:38:43 +00:00
|
|
|
$ borg create --compression zlib,N /path/to/repo::arch ~
|
2015-08-10 18:36:21 +00:00
|
|
|
|
|
|
|
# Even slower, even higher compression (N = 0..9)
|
2016-04-15 01:38:43 +00:00
|
|
|
$ borg create --compression lzma,N /path/to/repo::arch ~
|
2015-08-10 18:36:21 +00:00
|
|
|
|
2016-05-05 11:38:08 +00:00
|
|
|
# Use short hostname, user name and current time in archive name
|
|
|
|
$ borg create /path/to/repo::{hostname}-{user}-{now} ~
|
|
|
|
$ borg create /path/to/repo::{hostname}-{user}-{now:%Y-%m-%d_%H:%M:%S} ~
|
2016-02-24 21:47:42 +00:00
|
|
|
|
2013-07-31 18:51:01 +00:00
|
|
|
.. include:: usage/extract.rst.inc
|
|
|
|
|
|
|
|
Examples
|
|
|
|
~~~~~~~~
|
|
|
|
::
|
|
|
|
|
|
|
|
# Extract entire archive
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg extract /path/to/repo::my-files
|
2013-07-31 18:51:01 +00:00
|
|
|
|
|
|
|
# Extract entire archive and list files while processing
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg extract -v --list /path/to/repo::my-files
|
2013-07-31 18:51:01 +00:00
|
|
|
|
|
|
|
# Extract the "src" directory
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg extract /path/to/repo::my-files home/USERNAME/src
|
2013-07-31 18:51:01 +00:00
|
|
|
|
|
|
|
# Extract the "src" directory but exclude object files
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg extract /path/to/repo::my-files home/USERNAME/src --exclude '*.o'
|
2013-07-31 18:51:01 +00:00
|
|
|
|
2016-02-18 20:38:31 +00:00
|
|
|
# Restore a raw device (must not be active/in use/mounted at that time)
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg extract --stdout /path/to/repo::my-sdx | dd of=/dev/sdx bs=10M
|
2016-02-18 20:38:31 +00:00
|
|
|
|
2015-07-14 18:25:10 +00:00
|
|
|
Note: currently, extract always writes into the current working directory ("."),
|
|
|
|
so make sure you ``cd`` to the right place before calling ``borg extract``.
|
|
|
|
|
2014-02-04 22:49:10 +00:00
|
|
|
.. include:: usage/check.rst.inc
|
|
|
|
|
2015-10-17 16:13:59 +00:00
|
|
|
.. include:: usage/rename.rst.inc
|
|
|
|
|
2015-11-02 19:53:04 +00:00
|
|
|
Examples
|
|
|
|
~~~~~~~~
|
|
|
|
::
|
|
|
|
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg create /path/to/repo::archivename ~
|
|
|
|
$ borg list /path/to/repo
|
2016-02-15 20:38:11 +00:00
|
|
|
archivename Mon, 2016-02-15 19:50:19
|
2015-11-02 19:53:04 +00:00
|
|
|
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg rename /path/to/repo::archivename newname
|
|
|
|
$ borg list /path/to/repo
|
2016-02-15 20:38:11 +00:00
|
|
|
newname Mon, 2016-02-15 19:50:19
|
2015-11-02 19:53:04 +00:00
|
|
|
|
|
|
|
|
2013-07-31 18:51:01 +00:00
|
|
|
.. include:: usage/list.rst.inc
|
|
|
|
|
|
|
|
Examples
|
|
|
|
~~~~~~~~
|
|
|
|
::
|
|
|
|
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg list /path/to/repo
|
2016-02-15 20:38:11 +00:00
|
|
|
Monday Mon, 2016-02-15 19:15:11
|
|
|
|
repo Mon, 2016-02-15 19:26:54
|
|
|
|
root-2016-02-15 Mon, 2016-02-15 19:36:29
|
|
|
|
newname Mon, 2016-02-15 19:50:19
|
2013-07-31 18:51:01 +00:00
|
|
|
...
|
|
|
|
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg list /path/to/repo::root-2016-02-15
|
2016-02-15 20:38:11 +00:00
|
|
|
drwxr-xr-x root root 0 Mon, 2016-02-15 17:44:27 .
|
|
|
|
drwxrwxr-x root root 0 Mon, 2016-02-15 19:04:49 bin
|
|
|
|
-rwxr-xr-x root root 1029624 Thu, 2014-11-13 00:08:51 bin/bash
|
|
|
|
lrwxrwxrwx root root 0 Fri, 2015-03-27 20:24:26 bin/bzcmp -> bzdiff
|
|
|
|
-rwxr-xr-x root root 2140 Fri, 2015-03-27 20:24:22 bin/bzdiff
|
2013-07-31 18:51:01 +00:00
|
|
|
...
|
|
|
|
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg list /path/to/repo::archiveA --list-format="{mode} {user:6} {group:6} {size:8d} {isomtime} {path}{extra}{NEWLINE}"
|
2016-02-05 18:34:48 +00:00
|
|
|
drwxrwxr-x user user 0 Sun, 2015-02-01 11:00:00 .
|
|
|
|
drwxrwxr-x user user 0 Sun, 2015-02-01 11:00:00 code
|
|
|
|
drwxrwxr-x user user 0 Sun, 2015-02-01 11:00:00 code/myproject
|
|
|
|
-rw-rw-r-- user user 1416192 Sun, 2015-02-01 11:00:00 code/myproject/file.ext
|
|
|
|
...
|
2013-07-31 18:51:01 +00:00
|
|
|
|
2016-02-21 18:04:22 +00:00
|
|
|
# see what is changed between archives, based on file modification time, size and file path
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg list /path/to/repo::archiveA --list-format="{mtime:%s}{TAB}{size}{TAB}{path}{LF}" |sort -n > /tmp/list.archiveA
|
|
|
|
$ borg list /path/to/repo::archiveB --list-format="{mtime:%s}{TAB}{size}{TAB}{path}{LF}" |sort -n > /tmp/list.archiveB
|
2016-02-05 18:34:48 +00:00
|
|
|
$ diff -y /tmp/list.archiveA /tmp/list.archiveB
|
|
|
|
1422781200 0 . 1422781200 0 .
|
|
|
|
1422781200 0 code 1422781200 0 code
|
|
|
|
1422781200 0 code/myproject 1422781200 0 code/myproject
|
|
|
|
1422781200 1416192 code/myproject/file.ext | 1454664653 1416192 code/myproject/file.ext
|
|
|
|
...
|
2016-02-21 18:04:22 +00:00
|
|
|
|
2013-07-31 18:51:01 +00:00
|
|
|
|
2016-02-16 23:30:33 +00:00
|
|
|
.. include:: usage/delete.rst.inc
|
|
|
|
|
|
|
|
Examples
|
|
|
|
~~~~~~~~
|
|
|
|
::
|
|
|
|
|
|
|
|
# delete a single backup archive:
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg delete /path/to/repo::Monday
|
2016-02-16 23:30:33 +00:00
|
|
|
|
|
|
|
# delete the whole repository and the related local cache:
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg delete /path/to/repo
|
2016-02-16 23:30:33 +00:00
|
|
|
You requested to completely DELETE the repository *including* all archives it contains:
|
|
|
|
repo Mon, 2016-02-15 19:26:54
|
|
|
|
root-2016-02-15 Mon, 2016-02-15 19:36:29
|
|
|
|
newname Mon, 2016-02-15 19:50:19
|
|
|
|
Type 'YES' if you understand this and want to continue: YES
|
|
|
|
|
|
|
|
|
2013-07-31 18:51:01 +00:00
|
|
|
.. include:: usage/prune.rst.inc
|
|
|
|
|
|
|
|
Examples
|
|
|
|
~~~~~~~~
|
2015-10-03 12:12:16 +00:00
|
|
|
|
2016-02-15 20:38:11 +00:00
|
|
|
Be careful, prune is a potentially dangerous command, it will remove backup
|
2015-10-03 12:12:16 +00:00
|
|
|
archives.
|
|
|
|
|
|
|
|
The default of prune is to apply to **all archives in the repository** unless
|
2016-01-17 19:12:23 +00:00
|
|
|
you restrict its operation to a subset of the archives using ``--prefix``.
|
|
|
|
When using ``--prefix``, be careful to choose a good prefix - e.g. do not use a
|
2015-10-03 12:12:16 +00:00
|
|
|
prefix "foo" if you do not also want to match "foobar".
|
|
|
|
|
2016-01-17 19:12:23 +00:00
|
|
|
It is strongly recommended to always run ``prune --dry-run ...`` first so you
|
2015-10-03 12:12:16 +00:00
|
|
|
will see what it would do without it actually doing anything.
|
|
|
|
|
2016-06-27 19:20:12 +00:00
|
|
|
There is also a visualized prune example in ``docs/misc/prune-example.txt``.
|
|
|
|
|
2013-07-31 18:51:01 +00:00
|
|
|
::
|
|
|
|
|
2015-10-03 12:12:16 +00:00
|
|
|
# Keep 7 end of day and 4 additional end of week archives.
|
|
|
|
# Do a dry-run without actually deleting anything.
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg prune --dry-run --keep-daily=7 --keep-weekly=4 /path/to/repo
|
2013-07-31 18:51:01 +00:00
|
|
|
|
2016-06-21 22:31:31 +00:00
|
|
|
# Same as above but only apply to archive names starting with the hostname
|
|
|
|
# of the machine followed by a "-" character:
|
|
|
|
$ borg prune --keep-daily=7 --keep-weekly=4 --prefix='{hostname}-' /path/to/repo
|
2013-07-31 18:51:01 +00:00
|
|
|
|
2014-02-25 00:32:18 +00:00
|
|
|
# Keep 7 end of day, 4 additional end of week archives,
|
|
|
|
# and an end of month archive for every month:
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg prune --keep-daily=7 --keep-weekly=4 --keep-monthly=-1 /path/to/repo
|
2014-02-25 00:32:18 +00:00
|
|
|
|
|
|
|
# Keep all backups in the last 10 days, 4 additional end of week archives,
|
|
|
|
# and an end of month archive for every month:
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg prune --keep-within=10d --keep-weekly=4 --keep-monthly=-1 /path/to/repo
|
2014-02-04 01:11:47 +00:00
|
|
|
|
2013-07-31 18:51:01 +00:00
|
|
|
|
|
|
|
.. include:: usage/info.rst.inc
|
|
|
|
|
|
|
|
Examples
|
|
|
|
~~~~~~~~
|
|
|
|
::
|
|
|
|
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg info /path/to/repo::root-2016-02-15
|
2016-02-15 20:38:11 +00:00
|
|
|
Name: root-2016-02-15
|
|
|
|
Fingerprint: 57c827621f21b000a8d363c1e163cc55983822b3afff3a96df595077a660be50
|
2013-07-31 18:51:01 +00:00
|
|
|
Hostname: myhostname
|
|
|
|
Username: root
|
2016-02-15 20:38:11 +00:00
|
|
|
Time (start): Mon, 2016-02-15 19:36:29
|
|
|
|
Time (end): Mon, 2016-02-15 19:39:26
|
2016-04-15 01:35:37 +00:00
|
|
|
Command line: /usr/local/bin/borg create -v --list -C zlib,6 /path/to/repo::root-2016-02-15 / --one-file-system
|
2016-02-15 20:38:11 +00:00
|
|
|
Number of files: 38100
|
|
|
|
|
|
|
|
Original size Compressed size Deduplicated size
|
|
|
|
This archive: 1.33 GB 613.25 MB 571.64 MB
|
|
|
|
All archives: 1.63 GB 853.66 MB 584.12 MB
|
|
|
|
|
|
|
|
Unique chunks Total chunks
|
|
|
|
Chunk index: 36858 48844
|
2013-07-31 18:51:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
.. include:: usage/mount.rst.inc
|
|
|
|
|
|
|
|
Examples
|
|
|
|
~~~~~~~~
|
|
|
|
::
|
|
|
|
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg mount /path/to/repo::root-2016-02-15 /tmp/mymountpoint
|
2013-07-31 18:51:01 +00:00
|
|
|
$ ls /tmp/mymountpoint
|
2016-02-15 20:38:11 +00:00
|
|
|
bin boot etc home lib lib64 lost+found media mnt opt root sbin srv tmp usr var
|
2013-07-31 18:51:01 +00:00
|
|
|
$ fusermount -u /tmp/mymountpoint
|
|
|
|
|
|
|
|
|
|
|
|
.. include:: usage/change-passphrase.rst.inc
|
|
|
|
|
|
|
|
Examples
|
|
|
|
~~~~~~~~
|
|
|
|
::
|
|
|
|
|
|
|
|
# Create a key file protected repository
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg init --encryption=keyfile -v /path/to/repo
|
|
|
|
Initializing repository at "/path/to/repo"
|
2016-02-15 20:38:11 +00:00
|
|
|
Enter new passphrase:
|
|
|
|
Enter same passphrase again:
|
|
|
|
Remember your passphrase. Your data will be inaccessible without it.
|
|
|
|
Key in "/root/.config/borg/keys/mnt_backup" created.
|
|
|
|
Keep this key safe. Your data will be inaccessible without it.
|
|
|
|
Synchronizing chunks cache...
|
|
|
|
Archives: 0, w/ cached Idx: 0, w/ outdated Idx: 0, w/o cached Idx: 0.
|
|
|
|
Done.
|
2013-07-31 18:51:01 +00:00
|
|
|
|
|
|
|
# Change key file passphrase
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg change-passphrase -v /path/to/repo
|
2016-02-15 20:38:11 +00:00
|
|
|
Enter passphrase for key /root/.config/borg/keys/mnt_backup:
|
|
|
|
Enter new passphrase:
|
|
|
|
Enter same passphrase again:
|
|
|
|
Remember your passphrase. Your data will be inaccessible without it.
|
|
|
|
Key updated
|
2015-05-09 17:41:03 +00:00
|
|
|
|
2015-05-14 15:36:53 +00:00
|
|
|
|
|
|
|
.. include:: usage/serve.rst.inc
|
|
|
|
|
|
|
|
Examples
|
|
|
|
~~~~~~~~
|
2016-02-01 00:18:37 +00:00
|
|
|
|
|
|
|
borg serve has special support for ssh forced commands (see ``authorized_keys``
|
|
|
|
example below): it will detect that you use such a forced command and extract
|
|
|
|
the value of the ``--restrict-to-path`` option(s).
|
|
|
|
It will then parse the original command that came from the client, makes sure
|
|
|
|
that it is also ``borg serve`` and enforce path restriction(s) as given by the
|
|
|
|
forced command. That way, other options given by the client (like ``--info`` or
|
|
|
|
``--umask``) are preserved (and are not fixed by the forced command).
|
|
|
|
|
2015-05-14 15:36:53 +00:00
|
|
|
::
|
|
|
|
|
2016-04-15 01:35:37 +00:00
|
|
|
# Allow an SSH keypair to only run borg, and only have access to /path/to/repo.
|
2016-01-18 17:49:07 +00:00
|
|
|
# Use key options to disable unneeded and potentially dangerous SSH functionality.
|
2015-05-14 15:36:53 +00:00
|
|
|
# This will help to secure an automated remote backup system.
|
|
|
|
$ cat ~/.ssh/authorized_keys
|
2016-04-15 01:35:37 +00:00
|
|
|
command="borg serve --restrict-to-path /path/to/repo",no-pty,no-agent-forwarding,no-port-forwarding,no-X11-forwarding,no-user-rc ssh-rsa AAAAB3[...]
|
2015-05-14 15:36:53 +00:00
|
|
|
|
2015-09-26 12:24:37 +00:00
|
|
|
|
2015-12-08 09:33:27 +00:00
|
|
|
.. include:: usage/upgrade.rst.inc
|
|
|
|
|
|
|
|
Examples
|
|
|
|
~~~~~~~~
|
|
|
|
::
|
|
|
|
|
2016-02-15 20:38:11 +00:00
|
|
|
# Upgrade the borg repository to the most recent version.
|
2016-04-15 01:35:37 +00:00
|
|
|
$ borg upgrade -v /path/to/repo
|
|
|
|
making a hardlink copy in /path/to/repo.upgrade-2016-02-15-20:51:55
|
2016-02-15 20:38:11 +00:00
|
|
|
opening attic repository with borg and converting
|
|
|
|
no key file found for repository
|
2016-04-15 01:35:37 +00:00
|
|
|
converting repo index /path/to/repo/index.0
|
2016-02-15 20:38:11 +00:00
|
|
|
converting 1 segments...
|
|
|
|
converting borg 0.xx to borg current
|
|
|
|
no key file found for repository
|
2015-12-08 09:33:27 +00:00
|
|
|
|
|
|
|
|
2016-04-29 22:32:25 +00:00
|
|
|
.. include:: usage/break-lock.rst.inc
|
|
|
|
|
|
|
|
|
2015-10-17 19:53:09 +00:00
|
|
|
Miscellaneous Help
|
|
|
|
------------------
|
|
|
|
|
|
|
|
.. include:: usage/help.rst.inc
|
|
|
|
|
|
|
|
|
2015-11-06 17:31:06 +00:00
|
|
|
Debug Commands
|
|
|
|
--------------
|
2016-01-15 08:24:00 +00:00
|
|
|
There are some more commands (all starting with "debug-") which are all
|
2015-11-06 17:31:06 +00:00
|
|
|
**not intended for normal use** and **potentially very dangerous** if used incorrectly.
|
|
|
|
|
|
|
|
They exist to improve debugging capabilities without direct system access, e.g.
|
|
|
|
in case you ever run into some severe malfunction. Use them only if you know
|
|
|
|
what you are doing or if a trusted |project_name| developer tells you what to do.
|
|
|
|
|
|
|
|
|
2015-09-26 12:24:37 +00:00
|
|
|
Additional Notes
|
2015-10-13 14:50:27 +00:00
|
|
|
----------------
|
2015-09-26 12:24:37 +00:00
|
|
|
|
|
|
|
Here are misc. notes about topics that are maybe not covered in enough detail in the usage section.
|
|
|
|
|
2015-11-15 13:31:25 +00:00
|
|
|
Item flags
|
|
|
|
~~~~~~~~~~
|
|
|
|
|
2016-01-17 19:12:23 +00:00
|
|
|
``borg create -v --list`` outputs a verbose list of all files, directories and other
|
2015-12-02 01:55:59 +00:00
|
|
|
file system items it considered (no matter whether they had content changes
|
|
|
|
or not). For each item, it prefixes a single-letter flag that indicates type
|
|
|
|
and/or status of the item.
|
|
|
|
|
|
|
|
If you are interested only in a subset of that output, you can give e.g.
|
2016-01-17 21:23:54 +00:00
|
|
|
``--filter=AME`` and it will only show regular files with A, M or E status (see
|
2015-12-02 01:55:59 +00:00
|
|
|
below).
|
2015-11-15 13:31:25 +00:00
|
|
|
|
|
|
|
A uppercase character represents the status of a regular file relative to the
|
2016-01-17 21:23:54 +00:00
|
|
|
"files" cache (not relative to the repo -- this is an issue if the files cache
|
2015-11-15 13:31:25 +00:00
|
|
|
is not used). Metadata is stored in any case and for 'A' and 'M' also new data
|
|
|
|
chunks are stored. For 'U' all data chunks refer to already existing chunks.
|
|
|
|
|
2015-11-24 00:48:33 +00:00
|
|
|
- 'A' = regular file, added (see also :ref:`a_status_oddity` in the FAQ)
|
2015-11-15 13:31:25 +00:00
|
|
|
- 'M' = regular file, modified
|
2015-12-02 01:55:59 +00:00
|
|
|
- 'U' = regular file, unchanged
|
2015-11-16 14:37:29 +00:00
|
|
|
- 'E' = regular file, an error happened while accessing/reading *this* file
|
2015-11-15 13:31:25 +00:00
|
|
|
|
|
|
|
A lowercase character means a file type other than a regular file,
|
|
|
|
borg usually just stores their metadata:
|
|
|
|
|
|
|
|
- 'd' = directory
|
|
|
|
- 'b' = block device
|
|
|
|
- 'c' = char device
|
|
|
|
- 'h' = regular file, hardlink (to already seen inodes)
|
|
|
|
- 's' = symlink
|
|
|
|
- 'f' = fifo
|
|
|
|
|
|
|
|
Other flags used include:
|
|
|
|
|
|
|
|
- 'i' = backup data was read from standard input (stdin)
|
|
|
|
- '-' = dry run, item was *not* backed up
|
|
|
|
- '?' = missing status code (if you see this, please file a bug report!)
|
|
|
|
|
|
|
|
|
2015-11-02 18:47:09 +00:00
|
|
|
--chunker-params
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
The chunker params influence how input files are cut into pieces (chunks)
|
|
|
|
which are then considered for deduplication. They also have a big impact on
|
|
|
|
resource usage (RAM and disk space) as the amount of resources needed is
|
|
|
|
(also) determined by the total amount of chunks in the repository (see
|
|
|
|
`Indexes / Caches memory usage` for details).
|
|
|
|
|
2015-12-18 20:44:14 +00:00
|
|
|
``--chunker-params=10,23,16,4095`` results in a fine-grained deduplication
|
|
|
|
and creates a big amount of chunks and thus uses a lot of resources to manage
|
|
|
|
them. This is good for relatively small data volumes and if the machine has a
|
|
|
|
good amount of free RAM and disk space.
|
2015-11-02 18:47:09 +00:00
|
|
|
|
2015-12-18 20:44:14 +00:00
|
|
|
``--chunker-params=19,23,21,4095`` (default) results in a coarse-grained
|
|
|
|
deduplication and creates a much smaller amount of chunks and thus uses less
|
|
|
|
resources. This is good for relatively big data volumes and if the machine has
|
|
|
|
a relatively low amount of free RAM and disk space.
|
2015-11-02 18:47:09 +00:00
|
|
|
|
|
|
|
If you already have made some archives in a repository and you then change
|
|
|
|
chunker params, this of course impacts deduplication as the chunks will be
|
|
|
|
cut differently.
|
|
|
|
|
|
|
|
In the worst case (all files are big and were touched in between backups), this
|
|
|
|
will store all content into the repository again.
|
|
|
|
|
|
|
|
Usually, it is not that bad though:
|
2016-01-17 21:23:54 +00:00
|
|
|
|
2015-11-02 18:47:09 +00:00
|
|
|
- usually most files are not touched, so it will just re-use the old chunks
|
2016-01-17 21:23:54 +00:00
|
|
|
it already has in the repo
|
2015-11-02 18:47:09 +00:00
|
|
|
- files smaller than the (both old and new) minimum chunksize result in only
|
2016-01-17 21:23:54 +00:00
|
|
|
one chunk anyway, so the resulting chunks are same and deduplication will apply
|
2015-11-02 18:47:09 +00:00
|
|
|
|
|
|
|
If you switch chunker params to save resources for an existing repo that
|
|
|
|
already has some backup archives, you will see an increasing effect over time,
|
|
|
|
when more and more files have been touched and stored again using the bigger
|
|
|
|
chunksize **and** all references to the smaller older chunks have been removed
|
|
|
|
(by deleting / pruning archives).
|
|
|
|
|
|
|
|
If you want to see an immediate big effect on resource usage, you better start
|
|
|
|
a new repository when changing chunker params.
|
|
|
|
|
|
|
|
For more details, see :ref:`chunker_details`.
|
|
|
|
|
2015-09-26 12:24:37 +00:00
|
|
|
--read-special
|
2015-10-13 14:50:27 +00:00
|
|
|
~~~~~~~~~~~~~~
|
2015-09-26 12:24:37 +00:00
|
|
|
|
2016-07-02 19:34:45 +00:00
|
|
|
The --read-special option is special - you do not want to use it for normal
|
|
|
|
full-filesystem backups, but rather after carefully picking some targets for it.
|
2015-09-26 12:24:37 +00:00
|
|
|
|
2016-07-02 19:34:45 +00:00
|
|
|
The option ``--read-special`` triggers special treatment for block and char
|
|
|
|
device files as well as FIFOs. Instead of storing them as such a device (or
|
|
|
|
FIFO), they will get opened, their content will be read and in the backup
|
|
|
|
archive they will show up like a regular file.
|
2015-09-26 12:24:37 +00:00
|
|
|
|
2016-07-02 19:34:45 +00:00
|
|
|
Symlinks will also get special treatment if (and only if) they point to such
|
|
|
|
a special file: instead of storing them as a symlink, the target special file
|
|
|
|
will get processed as described above.
|
2015-09-26 12:24:37 +00:00
|
|
|
|
2016-07-02 19:34:45 +00:00
|
|
|
One intended use case of this is backing up the contents of one or multiple
|
|
|
|
block devices, like e.g. LVM snapshots or inactive LVs or disk partitions.
|
2015-09-26 12:24:37 +00:00
|
|
|
|
2016-07-02 19:34:45 +00:00
|
|
|
You need to be careful about what you include when using ``--read-special``,
|
|
|
|
e.g. if you include ``/dev/zero``, your backup will never terminate.
|
2015-09-26 12:24:37 +00:00
|
|
|
|
2015-10-13 14:50:27 +00:00
|
|
|
Restoring such files' content is currently only supported one at a time via
|
|
|
|
``--stdout`` option (and you have to redirect stdout to where ever it shall go,
|
|
|
|
maybe directly into an existing device file of your choice or indirectly via
|
|
|
|
``dd``).
|
2015-09-26 12:24:37 +00:00
|
|
|
|
2016-07-02 19:34:45 +00:00
|
|
|
To some extent, mounting a backup archive with the backups of special files
|
|
|
|
via ``borg mount`` and then loop-mounting the image files from inside the mount
|
|
|
|
point will work. If you plan to access a lot of data in there, it likely will
|
|
|
|
scale and perform better if you do not work via the FUSE mount.
|
|
|
|
|
2015-09-26 12:24:37 +00:00
|
|
|
Example
|
2015-11-06 17:22:30 +00:00
|
|
|
+++++++
|
2015-09-26 12:24:37 +00:00
|
|
|
|
|
|
|
Imagine you have made some snapshots of logical volumes (LVs) you want to backup.
|
|
|
|
|
2015-10-13 14:50:27 +00:00
|
|
|
.. note::
|
|
|
|
|
|
|
|
For some scenarios, this is a good method to get "crash-like" consistency
|
|
|
|
(I call it crash-like because it is the same as you would get if you just
|
|
|
|
hit the reset button or your machine would abrubtly and completely crash).
|
|
|
|
This is better than no consistency at all and a good method for some use
|
|
|
|
cases, but likely not good enough if you have databases running.
|
2015-09-26 12:24:37 +00:00
|
|
|
|
|
|
|
Then you create a backup archive of all these snapshots. The backup process will
|
|
|
|
see a "frozen" state of the logical volumes, while the processes working in the
|
|
|
|
original volumes continue changing the data stored there.
|
|
|
|
|
2015-10-13 14:50:27 +00:00
|
|
|
You also add the output of ``lvdisplay`` to your backup, so you can see the LV
|
|
|
|
sizes in case you ever need to recreate and restore them.
|
2015-09-26 12:24:37 +00:00
|
|
|
|
2015-10-13 14:31:25 +00:00
|
|
|
After the backup has completed, you remove the snapshots again. ::
|
2015-09-26 12:24:37 +00:00
|
|
|
|
|
|
|
$ # create snapshots here
|
|
|
|
$ lvdisplay > lvdisplay.txt
|
2016-04-15 01:38:43 +00:00
|
|
|
$ borg create --read-special /path/to/repo::arch lvdisplay.txt /dev/vg0/*-snapshot
|
2015-09-26 12:24:37 +00:00
|
|
|
$ # remove snapshots here
|
|
|
|
|
2015-10-13 14:31:25 +00:00
|
|
|
Now, let's see how to restore some LVs from such a backup. ::
|
2015-09-26 12:24:37 +00:00
|
|
|
|
2016-04-15 01:38:43 +00:00
|
|
|
$ borg extract /path/to/repo::arch lvdisplay.txt
|
2015-09-26 12:24:37 +00:00
|
|
|
$ # create empty LVs with correct sizes here (look into lvdisplay.txt).
|
|
|
|
$ # we assume that you created an empty root and home LV and overwrite it now:
|
2016-04-15 01:38:43 +00:00
|
|
|
$ borg extract --stdout /path/to/repo::arch dev/vg0/root-snapshot > /dev/vg0/root
|
|
|
|
$ borg extract --stdout /path/to/repo::arch dev/vg0/home-snapshot > /dev/vg0/home
|
2016-03-31 16:23:08 +00:00
|
|
|
|
|
|
|
|
2016-07-07 19:56:06 +00:00
|
|
|
.. _append_only_mode:
|
|
|
|
|
2016-03-31 16:23:08 +00:00
|
|
|
Append-only mode
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
A repository can be made "append-only", which means that Borg will never overwrite or
|
|
|
|
delete committed data. This is useful for scenarios where multiple machines back up to
|
|
|
|
a central backup server using ``borg serve``, since a hacked machine cannot delete
|
|
|
|
backups permanently.
|
|
|
|
|
|
|
|
To activate append-only mode, edit the repository ``config`` file and add a line
|
|
|
|
``append_only=1`` to the ``[repository]`` section (or edit the line if it exists).
|
|
|
|
|
|
|
|
In append-only mode Borg will create a transaction log in the ``transactions`` file,
|
|
|
|
where each line is a transaction and a UTC timestamp.
|
|
|
|
|
2016-06-30 15:59:12 +00:00
|
|
|
In addition, ``borg serve`` can act as if a repository is in append-only mode with
|
|
|
|
its option ``--append-only``. This can be very useful for fine-tuning access control
|
|
|
|
in ``.ssh/authorized_keys`` ::
|
|
|
|
|
|
|
|
command="borg serve --append-only ..." ssh-rsa <key used for not-always-trustable backup clients>
|
|
|
|
command="borg serve ..." ssh-rsa <key used for backup management>
|
|
|
|
|
2016-03-31 16:23:08 +00:00
|
|
|
Example
|
|
|
|
+++++++
|
|
|
|
|
|
|
|
Suppose an attacker remotely deleted all backups, but your repository was in append-only
|
2016-03-31 16:52:40 +00:00
|
|
|
mode. A transaction log in this situation might look like this: ::
|
2016-03-31 16:23:08 +00:00
|
|
|
|
|
|
|
transaction 1, UTC time 2016-03-31T15:53:27.383532
|
|
|
|
transaction 5, UTC time 2016-03-31T15:53:52.588922
|
|
|
|
transaction 11, UTC time 2016-03-31T15:54:23.887256
|
|
|
|
transaction 12, UTC time 2016-03-31T15:55:54.022540
|
|
|
|
transaction 13, UTC time 2016-03-31T15:55:55.472564
|
|
|
|
|
|
|
|
From your security logs you conclude the attacker gained access at 15:54:00 and all
|
|
|
|
the backups where deleted or replaced by compromised backups. From the log you know
|
|
|
|
that transactions 11 and later are compromised. Note that the transaction ID is the
|
|
|
|
name of the *last* file in the transaction. For example, transaction 11 spans files 6
|
|
|
|
to 11.
|
|
|
|
|
2016-03-31 16:52:40 +00:00
|
|
|
In a real attack you'll likely want to keep the compromised repository
|
|
|
|
intact to analyze what the attacker tried to achieve. It's also a good idea to make this
|
|
|
|
copy just in case something goes wrong during the recovery. Since recovery is done by
|
|
|
|
deleting some files, a hard link copy (``cp -al``) is sufficient.
|
|
|
|
|
2016-03-31 16:23:08 +00:00
|
|
|
The first step to reset the repository to transaction 5, the last uncompromised transaction,
|
|
|
|
is to remove the ``hints.N`` and ``index.N`` files in the repository (these two files are
|
|
|
|
always expendable). In this example N is 13.
|
|
|
|
|
|
|
|
Then remove or move all segment files from the segment directories in ``data/`` starting
|
|
|
|
with file 6::
|
|
|
|
|
|
|
|
rm data/**/{6..13}
|
|
|
|
|
2016-03-31 16:52:40 +00:00
|
|
|
That's all to it.
|
2016-03-31 16:23:08 +00:00
|
|
|
|
|
|
|
Drawbacks
|
|
|
|
+++++++++
|
|
|
|
|
|
|
|
As data is only appended, and nothing deleted, commands like ``prune`` or ``delete``
|
|
|
|
won't free disk space, they merely tag data as deleted in a new transaction.
|
|
|
|
|
|
|
|
Note that you can go back-and-forth between normal and append-only operation by editing
|
|
|
|
the configuration file, it's not a "one way trip".
|
|
|
|
|
|
|
|
Further considerations
|
|
|
|
++++++++++++++++++++++
|
|
|
|
|
|
|
|
Append-only mode is not respected by tools other than Borg. ``rm`` still works on the
|
2016-03-31 16:52:40 +00:00
|
|
|
repository. Make sure that backup client machines only get to access the repository via
|
|
|
|
``borg serve``.
|
2016-03-31 16:23:08 +00:00
|
|
|
|
|
|
|
Ensure that no remote access is possible if the repository is temporarily set to normal mode
|
|
|
|
for e.g. regular pruning.
|
|
|
|
|
|
|
|
Further protections can be implemented, but are outside of Borgs scope. For example,
|
|
|
|
file system snapshots or wrapping ``borg serve`` to set special permissions or ACLs on
|
2016-04-03 18:17:09 +00:00
|
|
|
new data files.
|