Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "fix(ynh_backup): fix purging system for YNH backups"

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -22,6 +22,7 @@ _prune_old_backup() {
for backup in $old_backup_list; do
echo "Backup $backup is 2 days old or more. Purging it now."
yunohost backup delete "$backup"
rm -rf backup_"$backup"
done
_good "Purging of old backups completed."
else
Loading