소스 검색

improve some docs

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
Nicola Murino 2 년 전
부모
커밋
5618b95372
4개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      examples/backup/README.md
  2. 2 0
      examples/data-retention/README.md
  3. 2 0
      examples/quotascan/README.md
  4. 3 0
      fail2ban/README.md

+ 2 - 0
examples/backup/README.md

@@ -1,5 +1,7 @@
 # Data Backup
 # Data Backup
 
 
+:warning: Since v2.4.0 you can use the [EventManager](../../docs/eventmanager.md) to schedule backups.
+
 The `backup` example script shows how to use the SFTPGo REST API to backup your data.
 The `backup` example script shows how to use the SFTPGo REST API to backup your data.
 
 
 The script is written in Python and has the following requirements:
 The script is written in Python and has the following requirements:

+ 2 - 0
examples/data-retention/README.md

@@ -1,5 +1,7 @@
 # File retention policies
 # File retention policies
 
 
+:warning: Since v2.4.0 you can use the [EventManager](../../docs/eventmanager.md) to schedule data retention checks.
+
 The `checkretention` example script shows how to use the SFTPGo REST API to manage data retention.
 The `checkretention` example script shows how to use the SFTPGo REST API to manage data retention.
 
 
 :warning: Deleting files is an irreversible action, please make sure you fully understand what you are doing before using this feature, you may have users with overlapping home directories or virtual folders shared between multiple users, it is relatively easy to inadvertently delete files you need.
 :warning: Deleting files is an irreversible action, please make sure you fully understand what you are doing before using this feature, you may have users with overlapping home directories or virtual folders shared between multiple users, it is relatively easy to inadvertently delete files you need.

+ 2 - 0
examples/quotascan/README.md

@@ -1,5 +1,7 @@
 # Update user quota
 # Update user quota
 
 
+:warning: Since v2.4.0 you can use the [EventManager](../../docs/eventmanager.md) to schedule quota scans.
+
 The `scanuserquota` example script shows how to use the SFTPGo REST API to update the users' quota.
 The `scanuserquota` example script shows how to use the SFTPGo REST API to update the users' quota.
 
 
 The stored quota may be incorrect for several reasons, such as an unexpected shutdown while uploading files, temporary provider failures, files copied outside of SFTPGo, and so on.
 The stored quota may be incorrect for several reasons, such as an unexpected shutdown while uploading files, temporary provider failures, files copied outside of SFTPGo, and so on.

+ 3 - 0
fail2ban/README.md

@@ -0,0 +1,3 @@
+# Fail2ban
+
+:warning: We recommend using the [built-in defender](../docs/defender.md) instead of Fail2ban.