From b5c160341334f911a6ff6be660e45e2a84727ea1 Mon Sep 17 00:00:00 2001 From: home Date: Wed, 3 Jan 2024 18:33:47 +0300 Subject: [PATCH] Archive : Merge archive_prune together. --- .doc/Bash.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.doc/Bash.md b/.doc/Bash.md index 8bb8004..ee0257c 100644 --- a/.doc/Bash.md +++ b/.doc/Bash.md @@ -24,8 +24,7 @@ Command|Description `archive_mt [DIRS]`|Archive using multiple threads. Uses 50% of free RAM. All directories by default. Supports .archiveignore exclude file. `archive_fast [DIRS]`|Archive directories with fast compression. All directories by default. Supports .archiveignore exclude file. `archive_check [FILES]`|Check archives integrity. Checks all archives by default. -`archive_prune [NAMES]`|Delete old versions of archives. All archives by default. -`archive_prune_versions [VERSIONS]`|Delete old versions of an archive, keeping specified amount of versions. One version by default. +`archive_prune [NAME] [VERSIONS]`|Delete old versions of an archive. All archives with 1 version by default. `archive_rm [FILES]`|Delete specified or all archive files. `archive_xz [FILES]`|Recompress previously created archive_fast with better compression. `archive_name [ARCHIVE] [NAME]`|Rename archives. If no name specified, it simplifies archive's name. If no archives specified, apply to all archives.