framps / raspiBackup

Create and keep multiple backup versions of your running Raspberries
https://raspibackup.linux-tips-and-tricks.de
GNU General Public License v3.0
826 stars 75 forks source link

Speed up backup cleanup #643

Closed framps closed 1 year ago

framps commented 1 year ago

As of now cleanup of backups is executed synchronously and usually take some time if rsync is used.

In next release there is #628 available which allows to speed up the backup cleanup. A directory which should be deleted should just be moved into the temp directory and the cleanup then is executed asynchronously.