gsus saves all.
The application is a systemd service that two-way syncs a local folder with a remote Google Drive. It syncs all files locally and does not povide any on-demand access.
build-essential
cmake
libsystemd-devvscodemkdir -p build && cd build
cmake ..
make
sudo cmake --install .Initial enable.
sudo systemctl daemon-reload
sudo systemctl enable --now gsus.serviceRestart (if needed)
sudo systemctl restart gsus.servicesudo systemctl status gsus.service -l
sudo journalctl -u gsus.service -n 200 --no-pager