Jason McCormick
Jason McCormick
I believe that purgeExternalRestoringPoints() has the same logic problems described in PR #183 . I'll try to implement/test this code when I have some time.
https://github.com/jxmx/backup/tree/fix/147/purge-external-storage
I think it should be this straightforward but I'm kicking off some testing to see how this behaves over time
I've applied this pull with my modifications and it's worked perfectly for the last few days.
Please see Pull #219 which might help the review process.
I am having this issue too. All backups are marked with the red exclamation mark. A backup:point:scan does not resolve the issue.
See Bug #184. The external storage code doesn't have any validation function yet.
This might be causing what I'm experiencing in #163
This is definitely the root cause of #163. This issue can case loss of backup data.
Pull request #183 addresses this. From jxmx/backup one can copy `PointService.php` to the webroot `app/backup/lib/service` folder and then run an 'occ backup:point:purge' and have it work correctly. Note that orphans...