Syncthing recursively deleted all my files

i decided to move from BotTorrent Sync to Syncthing for many awesome reasons. i don’t know what i did, but when i linked my laptop to my PC: ALL MY FILES WERE RECURSIVELY CLEARED FROM THE FOLDER. All my SCHOOL files. i lost an entire project that i had been working on for 2 months.

i know it is my fault for not making a recent backup and i am kicking myself in the face, but i feel like this is something that can be prevented. It would have been nice if the files at least went into my recycle bin. Either the settings were not clear or i misread the instructions; either way, this really ruined my week.

Furthermore, i have a subfolder that i no longer have permission to access.

First: shutdown Syncthing on ALL linked devices. Now go to the folder where you lost the files and see if there is a .stversions folder. (this is a hidden folder) Is there anything in that folder?

If not, shut down both laptop and PC to prevent further data loss and please use this forum via mobile device, we might be able to help you un-delete your data.

To help you possibly recover files:

  1. Please walk us through the process you used to install Syncthing
  2. What operating system are you on?
  3. Which subfolder is currently locked?

There is a .stversions folder and i will try to go through what i did to the best of my memory.

i have a folder on my desktop called ‘Web Site’ and it contained a lot of files (iincluding ones i just spent all day on and had not backed up yet) and one subfolder called ‘pics’ for my art new media class. This was on my PC (windows 7) and contained everything. While on my laptop, which had the same folder structure, only had finished and polished up files. When i added my ‘web site’ folder to Syncthing on my PC, i ticked the FOLDER MASTER option and NO FILE VERSIONING (because i clearly was not thinking correctly or was just over confident). The folder path is ~\Desktop\Web Site.

After installing Syncthing on my laptop (windows 8), i added my PC, restarted, then added Web Site and gave it the same settings (my thought was that no matter what computer i was using to edit the files, when i hit save, it would modify both folders). Then i made sure it was added on my PC. After restarting both Syncthing on my PC and laptop, i made sure that everything was syncing correctly on my laptop (i was expecting all the files that i didnt have on my PC to appear on my laptop). It said it was done syncing and i thought that strange since nothing changed on my laptop. i went to my PC and noticed that 1. All my files were gone. 2. a new folder called ‘Web Site’ appeared and it contained the few files that were on my laptop and 3. the original pics folder was not longer accessible.

Wat seems to have happened is upon syncing, all my files were removed from my PC and the Web Design folder from my laptop was dropped inside of it instead.

Was this the first time you installed syncthing on these boxes, or have you been experimenting with it earlier?

Do you have the config.xml files still (in synchting’s config directory), so we could take a peek at them for anything weird that may have caused this? (They should be fairly safe to share, but privately to me if you like.)

@billybag Use something like Recuva to recover your deleted files. Do this as soon as possible to prevent full data loss.

Did you have Bittorrent Sync and Syncthing running at the same time?

i should have mentioned i am using SyncTrayzor (https://github.com/canton7/SyncTrayzor)

Edited out API code and IP addresses

Config

<?xml version="1.0"?>
<Configuration xmlns:xsd="---://www.w3.org/2001/XMLSchema" xmlns:xsi="---://www.w3.org/2001/XMLSchema-instance">
  <ShowTrayIconOnlyOnClose>false</ShowTrayIconOnlyOnClose>
  <MinimizeToTray>false</MinimizeToTray>
  <CloseToTray>true</CloseToTray>
  <ShowSynchronizedBalloon>true</ShowSynchronizedBalloon>
  <ShowDeviceConnectivityBalloons>true</ShowDeviceConnectivityBalloons>
  <SyncthingAddress>localhost:8384</SyncthingAddress>
  <StartSyncthingAutomatically>true</StartSyncthingAutomatically>
  <SyncthingApiKey>***</SyncthingApiKey>
  <SyncthingUseCustomHome>true</SyncthingUseCustomHome>
  <SyncthingDenyUpgrade>false</SyncthingDenyUpgrade>
  <SyncthingRunLowPriority>false</SyncthingRunLowPriority>
  <Folders>
    <Folder>
      <ID>default</ID>
      <IsWatched>true</IsWatched>
    </Folder>
    <Folder>
      <ID>Web_Site</ID>
      <IsWatched>true</IsWatched>
    </Folder>
  </Folders>
  <NotifyOfNewVersions>true</NotifyOfNewVersions>
  <ObfuscateDeviceIDs>true</ObfuscateDeviceIDs>
  <UseComputerCulture>true</UseComputerCulture>
</Configuration>

Log [LLJR6] 00:53:40 INFO: Restarting Syncthing process stopped with exit status Restarting Syncthing process requested restart, so restarting Starting syncthing: C:\Program Files\Syncthing\syncthing.exe [LLJR6] 00:53:40 OK: Exiting [LLJR6] 00:53:43 INFO: syncthing v0.10.30 (go1.4.2 windows-amd64 default) unknown-user@syncthing-builder 2015-03-29 07:46:44 UTC [LLJR6] 00:53:43 INFO: My ID: *** [LLJR6] 00:53:43 INFO: Starting web GUI on —s://127.0.0.1:8384/ [LLJR6] 00:53:43 INFO: Starting UPnP discovery… [LLJR6] 00:53:49 INFO: UPnP discovery complete (found 0 devices). [LLJR6] 00:53:49 INFO: Starting local discovery announcements [LLJR6] 00:53:49 INFO: Local discovery over IPv6 unavailable [LLJR6] 00:53:49 INFO: Starting global discovery announcements [LLJR6] 00:53:49 OK: Ready to synchronize Web_Site (read-write) [LLJR6] 00:53:49 OK: Ready to synchronize default (read-write) [LLJR6] 00:53:49 INFO: Device *** is “waffletits” at [dynamic] [LLJR6] 00:53:49 INFO: Device *** is “BILLY-PC” at [dynamic] [LLJR6] 00:53:49 INFO: Completed initial scan (rw) of folder Web_Site [LLJR6] 00:53:50 INFO: Completed initial scan (rw) of folder default [LLJR6] 00:54:23 INFO: TLS handshake: WSARecv tcp [ip address]:49814: An existing connection was forcibly closed by the remote host. [LLJR6] 00:54:56 INFO: TLS handshake: WSARecv tcp [ip address]:49912: An existing connection was forcibly closed by the remote host. [LLJR6] 00:55:58 INFO: TLS handshake: WSARecv tcp [ip address]:50066: An existing connection was forcibly closed by the remote host. [LLJR6] 00:57:00 INFO: TLS handshake: WSARecv tcp [ip address]:50313: An existing connection was forcibly closed by the remote host. [LLJR6] 00:58:01 INFO: TLS handshake: WSARecv tcp [ip address]:50552: An existing connection was forcibly closed by the remote host. [LLJR6] 00:59:12 INFO: Established secure connection to *** at [ip address]:50870-[second ip address]:59989 [LLJR6] 00:59:12 INFO: Device *** client is “syncthing v0.10.30” [LLJR6] 00:59:12 INFO: Device *** name is “WAFFLETITS” [LLJR6] 01:00:31 INFO: Connection to *** closed: WSASend tcp [ip address]:50870: An existing connection was forcibly closed by the remote host. [LLJR6] 01:01:16 INFO: Established secure connection to *** at [ip address]:51285-[second ip address]:59989 [LLJR6] 01:01:16 INFO: Device *** client is “syncthing v0.10.30” [LLJR6] 01:01:16 INFO: Device *** name is “WAFFLETITS” [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Olivia”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Olivia: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana\__MACOSX\ArtNM401”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana__MACOSX\ArtNM401: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana\__MACOSX”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana__MACOSX: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana\ArtNM401”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana\ArtNM401: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Debbie”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Debbie: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers”): delete: remove C:\Users\billy\Desktop\Web Site\Peers: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana\__MACOSX”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana__MACOSX: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers”): delete: remove C:\Users\billy\Desktop\Web Site\Peers: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana\__MACOSX”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana__MACOSX: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers”): delete: remove C:\Users\billy\Desktop\Web Site\Peers: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana\__MACOSX”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana__MACOSX: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers”): delete: remove C:\Users\billy\Desktop\Web Site\Peers: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana\__MACOSX”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana__MACOSX: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers”): delete: remove C:\Users\billy\Desktop\Web Site\Peers: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana\__MACOSX”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana__MACOSX: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers”): delete: remove C:\Users\billy\Desktop\Web Site\Peers: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana\__MACOSX”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana__MACOSX: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers”): delete: remove C:\Users\billy\Desktop\Web Site\Peers: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana\__MACOSX”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana__MACOSX: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers”): delete: remove C:\Users\billy\Desktop\Web Site\Peers: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana\__MACOSX”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana__MACOSX: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers”): delete: remove C:\Users\billy\Desktop\Web Site\Peers: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana\__MACOSX”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana__MACOSX: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers”): delete: remove C:\Users\billy\Desktop\Web Site\Peers: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers\_Elana”): delete: remove C:\Users\billy\Desktop\Web Site\Peers_Elana: The directory is not empty. [LLJR6] 01:01:32 INFO: Puller (folder “Web_Site”, dir “Peers”): delete: remove C:\Users\billy\Desktop\Web Site\Peers: The directory is not empty. [LLJR6] 01:01:32 WARNING: Folder “Web_Site” isn’t making progress - check logs for possible root cause. Pausing puller for 1m0s. [LLJR6] 01:04:01 INFO: Restarting [LLJR6] 01:04:01 OK: Exiting Syncthing process stopped with exit status Restarting Syncthing process requested restart, so restarting Starting syncthing: C:\Program Files\Syncthing\syncthing.exe [LLJR6] 01:04:02 INFO: syncthing v0.10.30 (go1.4.2 windows-amd64 default) unknown-user@syncthing-builder 2015-03-29 07:46:44 UTC [LLJR6] 01:04:02 INFO: My ID: *** [LLJR6] 01:04:02 INFO: Starting web GUI on —s://127.0.0.1:8384/ [LLJR6] 01:04:03 INFO: Starting UPnP discovery… [LLJR6] 01:04:09 INFO: UPnP discovery complete (found 0 devices). [LLJR6] 01:04:09 INFO: Starting local discovery announcements [LLJR6] 01:04:09 INFO: Local discovery over IPv6 unavailable [LLJR6] 01:04:09 INFO: Starting global discovery announcements [LLJR6] 01:04:09 OK: Ready to synchronize Web_Site (read only; no external updates accepted) [LLJR6] 01:04:09 OK: Ready to synchronize default (read-write) [LLJR6] 01:04:09 INFO: Device *** is “BILLY-PC” at [dynamic] [LLJR6] 01:04:09 INFO: Device *** is “waffletits” at [dynamic] [LLJR6] 01:04:09 INFO: Completed initial scan (ro) of folder Web_Site [LLJR6] 01:04:10 INFO: Completed initial scan (rw) of folder default [LLJR6] 01:04:44 INFO: Established secure connection to *** at [ip address]:51931-[second ip address]:59989 [LLJR6] 01:04:44 INFO: Device *** client is “syncthing v0.10.30” [LLJR6] 01:04:44 INFO: Device *** name is “WAFFLETITS” [LLJR6] 01:07:56 INFO: Restarting [LLJR6] 01:07:56 OK: Exiting Syncthing process stopped with exit status Restarting Syncthing process requested restart, so restarting Starting syncthing: C:\Program Files\Syncthing\syncthing.exe [LLJR6] 01:07:57 INFO: syncthing v0.10.30 (go1.4.2 windows-amd64 default) unknown-user@syncthing-builder 2015-03-29 07:46:44 UTC [LLJR6] 01:07:57 INFO: My ID: *** [LLJR6] 01:07:57 INFO: Starting web GUI on —s://127.0.0.1:8384/ [LLJR6] 01:07:57 INFO: Starting UPnP discovery… [LLJR6] 01:08:03 INFO: UPnP discovery complete (found 0 devices). [LLJR6] 01:08:03 INFO: Starting local discovery announcements [LLJR6] 01:08:03 INFO: Local discovery over IPv6 unavailable [LLJR6] 01:08:03 INFO: Starting global discovery announcements [LLJR6] 01:08:03 OK: Ready to synchronize Web_Site (read only; no external updates accepted) [LLJR6] 01:08:03 OK: Ready to synchronize default (read-write) [LLJR6] 01:08:03 INFO: Device *** is “BILLY-PC” at [dynamic] [LLJR6] 01:08:03 INFO: Device *** is “waffletits” at [dynamic] [LLJR6] 01:08:03 INFO: Completed initial scan (ro) of folder Web_Site [LLJR6] 01:08:05 INFO: Completed initial scan (rw) of folder default [LLJR6] 01:08:38 INFO: Established secure connection to *** at [ip address]:52480-[second ip address]:59989 [LLJR6] 01:08:38 INFO: Device *** client is “syncthing v0.10.30” [LLJR6] 01:08:38 INFO: Device *** name is “WAFFLETITS” [LLJR6] 01:21:31 INFO: Restarting [LLJR6] 01:21:31 OK: Exiting Syncthing process stopped with exit status Restarting Syncthing process requested restart, so restarting Starting syncthing: C:\Program Files\Syncthing\syncthing.exe [LLJR6] 01:21:32 INFO: syncthing v0.10.30 (go1.4.2 windows-amd64 default) unknown-user@syncthing-builder 2015-03-29 07:46:44 UTC [LLJR6] 01:21:32 INFO: My ID: *** [LLJR6] 01:21:32 INFO: Starting web GUI on —s://127.0.0.1:8384/ [LLJR6] 01:21:32 INFO: Starting UPnP discovery… [LLJR6] 01:21:38 INFO: UPnP discovery complete (found 0 devices). [LLJR6] 01:21:38 INFO: Starting local discovery announcements [LLJR6] 01:21:38 INFO: Local discovery over IPv6 unavailable [LLJR6] 01:21:38 INFO: Starting global discovery announcements [LLJR6] 01:21:38 OK: Ready to synchronize Web_Site (read-write) [LLJR6] 01:21:38 OK: Ready to synchronize default (read-write) [LLJR6] 01:21:38 INFO: Device *** is “BILLY-PC” at [dynamic] [LLJR6] 01:21:38 INFO: Device *** is “waffletits” at [dynamic] [LLJR6] 01:21:38 INFO: Completed initial scan (rw) of folder Web_Site [LLJR6] 01:21:40 INFO: Completed initial scan (rw) of folder default [LLJR6] 01:22:17 INFO: Established secure connection to *** at [ip address]:54867-[second ip address]:59989 [LLJR6] 01:22:17 INFO: Device *** client is “syncthing v0.10.30” [LLJR6] 01:22:17 INFO: Device *** name is “WAFFLETITS” [LLJR6] 01:23:14 INFO: Shutting down [LLJR6] 01:23:14 OK: Exiting Syncthing process stopped with exit status Success Starting syncthing: [LLJR6] 01:25:01 INFO: syncthing v0.10.30 (go1.4.2 windows-amd64 default) unknown-user@syncthing-builder 2015-03-29 07:46:44 UTC [LLJR6] 01:25:01 INFO: My ID: *** [LLJR6] 01:25:02 INFO: Starting web GUI on —s://127.0.0.1:8384/ [LLJR6] 01:25:02 INFO: Starting UPnP discovery… [LLJR6] 01:25:08 INFO: UPnP discovery complete (found 0 devices). [LLJR6] 01:25:08 INFO: Starting local discovery announcements [LLJR6] 01:25:08 INFO: Local discovery over IPv6 unavailable [LLJR6] 01:25:08 INFO: Starting global discovery announcements [LLJR6] 01:25:08 OK: Ready to synchronize Web_Site (read-write) [LLJR6] 01:25:08 OK: Ready to synchronize default (read-write) [LLJR6] 01:25:08 INFO: Device *** is “waffletits” at [dynamic] [LLJR6] 01:25:08 INFO: Device *** is “BILLY-PC” at [dynamic] [LLJR6] 01:25:08 INFO: Completed initial scan (rw) of folder Web_Site [LLJR6] 01:25:09 INFO: Completed initial scan (rw) of folder default [LLJR6] 01:25:48 INFO: Shutting down [LLJR6] 01:25:48 OK: Exiting Syncthing process stopped with exit status Success

i know BitTorrent sync wasnt running on my laptop, but now i am wondering if it was running on my PC. It very well could have. i didn’t think of that.

i began Recurva as soon as i booted my PC back up. It didn’t find anything, but i am trying deep scan.

Wise found 2 files, but oddly enough, are old.

What was the folder path on your PC? Your log files indicate folder default on PC so you could check ~\Sync\ and ~\Sync\.stversions to see if there’s anything in there. But I’m not sure what default refers to - it seems you didn’t configure the PC folder correctly?

How to i even prevent this from happening in the future? i am sure i can just experiment and see what went wrong.

According to your log files it seems Web Site was trying to sync to default so were you trying to sync 1 folder on laptop to 2 folders on PC?

We need to find out what happened in order to prevent it from occurring in future.

Also thats the SyncTrayzor config, not syncthings.

i was just trying to sync Web Site on laptop with Web Site on PC. Since i kept both default folders as well, i suppose things could have gotten mixed up that way? However, the Two default folders sync’d perfectly (i had throne in a few random files and folders just in case the Web Site folder didn’t work at all). My missing files wer enot there though. i ahve got to go, i will have to check back later

For Syncthing to delete files, it must see the delete happen and send this out as an update. A delete happens when a file that is in the index is no longer found on disk. So apart from the obvious, things may be interpreted as deletes if you change the folder path for an existing folder. The files that were in the previous path but are not in the new one are seen as deleted. (This is not possible to do in the Syncthing GUI, for this reason.) I can’t think of any other reason that would cause unexpected deletes, apart from that…

2 Likes

Ok that’s helpful @calmh

So if OP connected Laptop/Web Site to PC/default, and then later disconnected them and then connected Laptop/Web Site to the empty PC/Web Site the index would contain references to files that are are now missing since Syncthing index sees PC/default as equivalent to PC/Web Site - correct? If yes, that seems like what happened here.

I’m not sure what “connected” means exactly here though. Folders are synced based on their folder ID only. You’d have to first have Web_Site point to somewhere with files, and then have it point to somewhere else without files.

Ok that’s what I meant by connected: Associating 2 folders with the same ID. Somewhere along the line OP re-assigned an empty folder to that folder ID.

As an aside, this thread is another example of the need for appropriate backups, and file sync is not an appropriate backup scheme.

As a further aside, it’s time someone wrote an article: How to Migrate from Bittorrent Sync to Syncthing 101 so as to educate new users with the differences between the two applications. Perhaps I’ll put it on my to-do list.

2 Likes

Yeah, to me there doesn;t seem to be a real reason why it happened. From my point of view, i connected Web Site (PC) to Web Site (Laptop). i can’t think of anything i could have done to to accidentally link to default. What is more confusing is why it removed the files from Web Site (PC) and added a new folder called Web Site within the original Web Site folder (Desktop\Web Site\Web Site instead of Desktop\Web Site). It was this new folder that contained files from my laptop. It makes no sense. Thank you guys for your help though and i will be glad to continue using Syncthing because i think it is a great free alternative to BT Sync.

So were you able to recover your files or did you have some data loss?

Any progress here?

Sorry, but let’s not revive 5 year old posts. If you have questions, open a new thread.