diff --git a/docs/usage.rst b/docs/usage.rst index d5d3a94a9..a77b608e6 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -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