• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to sync two devices
#2
Hello,

So the important thing to note here is the annotations and all of the library metadata is stored in the database file. The path to the database file is C:\Users\<your username>\AppData\Local\Packages\41730Zubersoft.MobileSheets_ys1c8ct2g6ypr\LocalState\mobilesheets.db. That file cannot be stored in any other directory due to limitations with SQLite and UWP applications (it comes down to file permissions). So if you want to sync multiple computers, you have to sync the C:\Users\<your username>\AppData\Local\Packages\41730Zubersoft.MobileSheets_ys1c8ct2g6ypr\LocalState folder in addition to the storage location (if it's different). Settings are stored in the XML files in that folder, so you can choose whether or not to sync those up. At the very least, copy MobileSheets.db between the devices.

The sync library feature that is discussed in the manual uses a different approach. If you sync two devices to each other over the network, it finds the differences between each library and only sends those differences (making it very fast). If you sync to a cloud folder, an entire copy of your library will be uploaded to the sync folder you choose, and that library will be used to diff against your devices when performing syncs. This allows multiple devices to sync to the same folder and choose whether to push changes, pull changes, or both. If you take the approach of manually synchronizing your files or using OneDrive synchronization, that is outside of the scope of what is covered in the manual, as it's basically going outside of the application to make the sync happen. I'm trying to prevent users from having to do that. 

Let me know if you have additional questions and I'll be happy to answer them.

Mike
Reply


Messages In This Thread
How to sync two devices - by teylyn - 11-26-2019, 12:02 PM
RE: How to sync two devices - by Zubersoft - 11-26-2019, 01:26 PM



Users browsing this thread:
1 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.