소스 검색

Merge pull request #12 from ThomasWaldmann/master

fix small doc bug in prune examples, fix attic #306
TW 10 년 전
부모
커밋
420214b781
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/usage.rst

+ 2 - 2
docs/usage.rst

@@ -109,11 +109,11 @@ Examples
 
     # Keep 7 end of day, 4 additional end of week archives,
     # and an end of month archive for every month:
-    $ borg prune /mnt/backup --keep-daily=7 --keep-weekly=4 --monthly=-1
+    $ borg prune /mnt/backup --keep-daily=7 --keep-weekly=4 --keep-monthly=-1
 
     # Keep all backups in the last 10 days, 4 additional end of week archives,
     # and an end of month archive for every month:
-    $ borg prune /mnt/backup --keep-within=10d --keep-weekly=4 --monthly=-1
+    $ borg prune /mnt/backup --keep-within=10d --keep-weekly=4 --keep-monthly=-1
 
 
 .. include:: usage/info.rst.inc