I was able to do a backup successfully once, and there’s isn’t a way to remove the backup so I deleted the file from the LocalBackups folder on Google Drive. Now I can’t do any backups, without it reporting Failed.
What can I do to reset Cloud Backups to make it work again?
What steps can be taken to replicate the issue? Feel free to include screenshots, videos, etc
Security Reminder
Local does a pretty good job of scrubbing private info from the logs and the errors it produces, however there’s always the possibility that something private can come through. Because these are public forums, always review the screenshots you are sharing to make sure there isn’t private info like passwords being displayed.
Browse to This PC → [your hard drive] → Users → [your username] → AppData → Roaming → Local.
sites.json will appear in that folder (Windows shows it without the extension by default, as “sites”). Go to step 2 below.
On macOS
Open the Finder.
Choose Go → Go To Folder
Paste ~/Library/Application Support/Local and press Enter
sites.json will appear in that folder. Go to step 2 below.
On Linux
Open ~/.config/Local/.
sites.json will appear in that folder. Go to step 2 below.
2. Make a backup of the sites.json file
For example, duplicate it as “sites-backup.json”.
3. Open sites.json (not the backup)
We now need to remove the “localBackupRepoID” value for your site so that it can back up again.
Open sites.json in a text editor or IDE. I recommend VS Code if you have it installed.
If your editor supports it, format the JSON automatically to make it easier to read. For example, in VS Code, choose “Format Document” from the command palette (Ctrl+Shift+P on Windows/Linux, Cmd+Shift+P on macOS).
Find your site in the list and scroll until you get to “localBackupRepoID”, for example:
4. Save the sites.json file, restart Local and try running a backup again
If Local shows an empty site list when you open it, restore your sites.json file from the backup. (Quit Local, rename the current sites.json to sites-old.json, then rename sites-backup.json to sites.json and start Local.)