From eb816c12452effabaf0a4503bb3ad8cffda6d683 Mon Sep 17 00:00:00 2001 From: Steven <1+steven@noreply.localhost> Date: Fri, 18 Sep 2026 08:35:57 +0200 Subject: [PATCH] Actualiser Export_DB_VW.sh --- Export_DB_VW.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Export_DB_VW.sh b/Export_DB_VW.sh index 1554147..17dc49c 100644 --- a/Export_DB_VW.sh +++ b/Export_DB_VW.sh @@ -25,7 +25,7 @@ fi # Suppression des fichiers de plus de 10 jours echo -- >>$LOG_FILE 2>&1 echo $DATETIME \| INFO \| Suppression des fichiers de plus de 10 jours >>$LOG_FILE 2>&1 -find /volume29/Backup/bitwarden/ -type f -mtime +10 -exec rm -rf {} + >>$LOG_FILE 2>&1 +find /volume29/Backup/vaultwarden/ -type f -mtime +10 -exec rm -rf {} + >>$LOG_FILE 2>&1 if [ $? -eq 0 ]; then echo $DATETIME \| INFO \| Suppression des anciens fichiers : OK >>$LOG_FILE 2>&1 else