andyp05

Results 28 comments of andyp05

I think that is the issue. The process to go over all the files takes over 20 minutes. Is there a way to look at modified dates? Thanks

Could you check the last modified dates on both sides. I can't see a use case where a file would be modified (and the date stayed the same) on the...

Maybe I am completely wrong, but I can't picture a case where someone would modify a backup file on onedrive. Even if they did, would they want it overridden during...

Just a thought. If a new setting CheckHash is available, could a minor change to SyncFile() be made from: ``` DriveItem? remoteFile = await _graphHelper.GetItemInAppFolderAsync(remotePath); bool requiresUpload = remoteFile ==...

The progress bar would go from blank to negative numbers every couple of seconds during upload. It also continued for a minute or two after it looked like everything was...

I just looked at the logs and they don't go back far enough to when I saw the error. The Frigate addon uploads dozens of files at a time from...

1. Triggered a backup 2. Clicked upload 3. Upload went to 100% 4. 4 seconds later the progress bar flashed negative number. 5. Progress bar went blank. Logs: 10/04/2023 15:45:15...

Check to make sure the postgresql sequence that was created to add an ID for that table is set correctly and the next ID is Max(id)+1 Or it could be...