Skip to content

blowmore/gsus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gsus

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.

Dependencies

Build

build-essential
cmake
libsystemd-dev

Development

vscode

Getting started

Build and install

mkdir -p build && cd build
cmake ..
make
sudo cmake --install .

Enable service

Initial enable.

sudo systemctl daemon-reload
sudo systemctl enable --now gsus.service

Restart (if needed)

sudo systemctl restart gsus.service

Debugging

sudo systemctl status gsus.service -l
sudo journalctl -u gsus.service -n 200 --no-pager

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors