Jason McCormick

Results 31 comments of Jason McCormick

That's what I'm seeing. ![image](https://user-images.githubusercontent.com/21324335/150216242-e567ef82-d666-4d61-864f-1367bab03c3d.png) ![image](https://user-images.githubusercontent.com/21324335/150216288-0e6e9526-0ddd-40ec-8561-30682d024684.png) Interestingly, it also deleted the local copy of backup even though retention was set to 1 copy...

After working on #177, I've discovered that the logic inside of `PointService.php` in the function `getRPFromInstances` does not implement the proper checks for an instance type of `external:NN` and also...

Real issue in #184. Leaving this open in case someone finds it.

I believe this logic is going to result in the same orphaning problem we already see. Please see Pull #219

I see the logic now. Are you going to replace my #183 with the same logic then?

No files have been manually deleted or modified. I just ran a few backup:point:detail runs and some of them cleaned themselves up. However there are still two that are marked...

I'm not sure how to answer that question. The backups are configured, as I understand it, to use an "External Storage" target which is basically a volume outside of the...

![1](https://user-images.githubusercontent.com/21324335/149214214-b5ca3fcb-ae6b-4408-8ec4-732958ed7b6d.png) ![2](https://user-images.githubusercontent.com/21324335/149214216-e3a5b2e8-035d-4a06-bfef-008e3e87837a.png) ![3](https://user-images.githubusercontent.com/21324335/149214220-85547df1-b322-43c3-b623-af5a412d0c4b.png)

Is "local" supposed to be the files in /data/nextcloud-backups/app_data and "external:10" what's in /data/nextcloud-backups/restore-points?

Well, the on-disk contents of those locations are very different. The "local" copies of some of the backups were present but had been lost from the database. I cleaned up...