소스 검색

quickstart: use prune with --list

so people are better aware of what's happening, avoiding pitfalls
with wrong or missing --prefix.
Thomas Waldmann 8 년 전
부모
커밋
880578da06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/quickstart.rst

+ 1 - 1
docs/quickstart.rst

@@ -126,7 +126,7 @@ certain number of old archives::
     # archives of THIS machine. The '{hostname}-' prefix is very important to
     # limit prune's operation to this machine's archives and not apply to
     # other machine's archives also.
-    borg prune -v $REPOSITORY --prefix '{hostname}-' \
+    borg prune -v --list $REPOSITORY --prefix '{hostname}-' \
         --keep-daily=7 --keep-weekly=4 --keep-monthly=6
 
 Pitfalls with shell variables and environment variables