Split-syncthing revisions

Go back to topic: Split-syncthing

  1. v2 anchor; v2 full version

Revision #2

Edited on
2023-07-13
Edited by user
Marisoc
Edit `/etc/split-browser/10-defaults.bash` in the **template** for `split-browser` and change the first line to use the sync folder for storing data: Create a new file `/etc/split-browser/00-sync.bash` in the **template** for `split-browser`
SB_DATA_DIR=${SB_DATA_DIR:-${XDG_DATA_HOME:-~/sync}} SB_DATA_DIR=${SB_DATA_DIR:-~/sync/split-browser}
Then copy any existing data to the sync folder: Then copy any existing data to the sync folder in the `split-browser` **appvm**:
cp -r ~/.local/share/split-browser/* ~/sync/ cp -r ~/.local/share/split-browser ~/sync/