Good morning everyone,
I tried to search for information on the forum regarding my problem, but I found very old topics, so I thought it would be useful to reopen the discussion.
I have Duplicati installed in a Docker container and have performed the first backup of my datastore.
The datastore is about 4TB. The backup is done on an external disk mounted on Linux.
I noticed that Duplicati performs the backup, but it has been stuck on “Verify backend data” for 2 days.
Regarding permissions, the container is run with Root permissions, and it can write to the “target” backup directory without any issues. (In fact, it has currently created numerous files as usual.)
Yesterday, I checked the system activities in htop and did not notice any resource usage like CPU/RAM/disk by Duplicati (which was happening throughout the entire backup process in the past few days).
I think the backup might have been completed and it possibly got stuck in some final verification step.
If i go to the “Information” menù and then “System Info” this are the “system propriety” :
lastEventId : 18533
lastDataUpdateId : 11
lastNotificationUpdateId : 3
estimatedPauseEnd : 0001-01-01T00:00:00
activeTask : {“Item1”:2,“Item2”:“1”}
programState : Running
lastErrorMessage :
connectionState : connected
xsfrerror : false
connectionAttemptTimer : 0
failedConnectionAttempts : 0
lastPgEvent : {“BackupID”:“1”,“TaskID”:2,“BackendAction”:“List”,“BackendPath”:null,“BackendFileSize”:-1,“BackendFileProgress”:0,“BackendSpeed”:-1,“BackendIsBlocking”:false,“CurrentFilename”:null,“CurrentFilesize”:0,“CurrentFileoffset”:0,“CurrentFilecomplete”:false,“Phase”:“Backup_PostBackupVerify”,“OverallProgress”:0,“ProcessedFileCount”:91180,“ProcessedFileSize”:4061802638031,“TotalFileCount”:91180,“TotalFileSize”:4061802638031,“StillCounting”:false}
updaterState : Waiting
updatedVersion : 2.0.8.1_beta_2024-05-07
updateReady : false
updateDownloadProgress : 0
proposedSchedule :
schedulerQueueIds :
pauseTimeRemain : 0
What do you all think?
Thank you in advance.!!