sebastianfeldmann / phpbu

PHP Backup Utility - Creates and encrypts database and file backups, syncs your backups to other servers or cloud services and assists you monitor your backup process
https://phpbu.de
Other
1.29k stars 110 forks source link

Fix isDirSync problem #355

Closed ohmydevops closed 8 months ago

ohmydevops commented 8 months ago

Actually, I didn't test this change, But I think the problem I mentioned at #349 is related to this typo. Can you confirm this fix? I think this is the root of the problem.

image

sebastianfeldmann commented 8 months ago

Yes should be the root of the problem :)

Tanks for investigating and fixing it