From ae5b00aa71ebe96ed8f5bc7833d0f4406c229479 Mon Sep 17 00:00:00 2001 From: Null Date: Fri, 29 Nov 2024 01:09:19 +0800 Subject: [PATCH] fix typo (#47) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a26385..e69ca84 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Document: https://tisunion.github.io/PrimeBackup/ ## Features - Only stores files with changes with the hash-based file pool. Supports unlimited number of backup -- Comprehensive backup operations, including backup/restore, listing/delete, import/export, etc +- Comprehensive backup operations, including backup/restore, list/delete, import/export, etc - Smooth in-game interaction, with most operations achievable through mouse clicks - Highly customizable backup pruning strategies, similar to the strategy use by [PBS](https://pbs.proxmox.com/docs/prune-simulator/) - Crontab jobs, including automatic backup, automatic pruning, etc. @@ -30,7 +30,7 @@ See the document: https://tisunion.github.io/PrimeBackup/ ## How it works Prime Backup maintains a custom file pool to store the backup files. Every file in the pool is identified with the hash value of its content. -With that, Prime Backup can deduplicate files with same content, and only stores 1 copy of them, greatly reduced the burden on disk usage. +With that, Prime Backup can deduplicate files with same content, and only stores 1 copy of them, greatly reduces the burden on disk usage. Besides that, Prime Backup also supports compression on the stored files, which reduces the disk usage further more