Skip to content

steingrd/gsbackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gsbackup

gsbackup is a simple Python script that lets you incrementally upload a local directory to Google Storage.

Prerequisities

To use gsbackup you need a Google Developer account with a project with a Google Storage bucket. You will also need a service account credential that has access to this bucket and the client id and secret for this account.

Usage

$ ./gsbackup.py 
gsbackup.py --config FILE COMMAND

Commands:
    --initial             Create initial database by scanning source directory
    --refresh             Refresh database by scanning source directory       
    --upload              Upload to Google Storage, abort with Ctrl-C         
    --list-not-uploaded   List files that have not been uploaded

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages