1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 16:26:29 +00:00

clarify that borg extract uses the cwd as extraction target

This commit is contained in:
Thomas Waldmann 2015-07-14 20:25:10 +02:00
parent b5bdb52b6a
commit 3c34ef8145

View file

@ -123,6 +123,9 @@ Examples
# Extract the "src" directory but exclude object files
$ borg extract /mnt/backup::my-files home/USERNAME/src --exclude '*.o'
Note: currently, extract always writes into the current working directory ("."),
so make sure you ``cd`` to the right place before calling ``borg extract``.
.. include:: usage/check.rst.inc
.. include:: usage/delete.rst.inc