소스 검색

clarify that borg extract uses the cwd as extraction target

Thomas Waldmann 10 년 전
부모
커밋
3c34ef8145
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      docs/usage.rst

+ 3 - 0
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