Ok thats great. Maybe you can help me figure something out.
One time I had a test station at home and at work. I did some things on the home machine, like menus and users, the did a backup. Took the backup to work, and imported. Both are local db configs.
The users did not come across. Why is that? Curious as to why.
No way of knowing but if you backup then restore on the other system you restore everything. It won’t miss something out.
Most likely you didn’t save something correctly and since you are new to using SambaPOS I would put it down to that. Backup and restore a sql database is going to give you an exact copy.
I wouldnt recommend this practice but you can copy your database files (.mdf and .ldf), put it in C:\Program Files\Microsoft SQL Server\MSSQL12.SAMBASQL\MSSQL\DATA
you can then attach the database in the SQL Server Management Studio.
Im not sure why products or menus are not in database tools export but they arent which rules that out.
Personally if I needed to do that I would possibly look at using SQL to duplicate the menu from one database to another. I did a duplicate category script a while back. Anything is achiveable however direct sql manipulation shouldnt be done unless you know what your doing.
Alternatively sticking with the remote desktop option you know you can duplicate the menu and work on it as a second copy and change the default menu when switching.
I do this for our menu updates, run a rolling pair of menus which we switch between at each update. If you could remote to an unused maybe office pc also running samba you can configure that that till uses the progressing menu while your working on it so you dont impact the live menu.