Crates.io | gsync |
lib.rs | gsync |
version | 0.1.2 |
source | src |
created_at | 2021-06-28 21:11:58.251998 |
updated_at | 2021-06-28 21:45:08.660066 |
description | GSync is a command line utility to sync your files to Google Drive, while respecting .gitignore files |
homepage | https://github.com/TheDutchMC/GSync |
repository | https://github.com/TheDutchMC/GSync |
max_upload_size | |
id | 415923 |
size | 141,563 |
GSync is a tool to help you stay backed up. It does this by synchronizing the folders you want to Google Drive, while respecting .gitignore files
You've got two options to install GSync
cargo install gsync
gsync drives
to get the ID of the drive you want to sync togsync config -i <GOOGLE APP ID> -s <GOOGLE APP SECRET> -f <INPUT FILES> -d <ID OF SHARED DRIVE>
. The -d
parameter is optionalgsync login
gsync sync
To update your configuration later, run gsync config
again, you don't have to re-provide all options if you don't want to change them
GSync is dual licenced under the MIT and Apache-2.0 licence, at your discretion