I have Anbox (v4-56c25f1) running on my Ubuntu 18.04 PC and I want to sync a folder between the two systems.
It may be possible to use a cloud drive like Google Drive or Dropbox, but I am hoping for a more direct and faster solution given that Anbox is part of the Ubuntu filesystem. Plus Anbox doesn't seem to like multiple Google Drive accounts.
The simplest solution is changing the Anbox folder permissions (eg chown -R [user] /var/snap/anbox/common/data/media
) and then syncing the Anbox drive folder directly using rsync. However, uploading a file to Anbox this way resulted in significant data loss as the app in Anbox I was using was unable to update that file (probably due to file permissions) when I tried to save the changes. For this reason, I am looking for a more fool-proof method.
0 Answers