Skip to content

nictuku/Cloud-Backups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Cloud Backups is a little tool I'm writing to learn the Go programming
language. Currently, it only does backups from delicious.com, and saves into
local disk.  In the future, it will be possible to send the files to an
external storage provider (rsync.net, Google Docs).

Build instructions:
Use gobuild[1] to build the project tools.

$ cd src ; gobuild -a

How to use:
Just call the respective utility and it will try to save a backup for you. The
default storage directory is $HOME/cloudbackups.

Examples:
$ delicious -user=<user> -password=<password>

For more options, run:
$ delicious -h

Good luck!
- Yves Junqueira

[1] http://code.google.com/p/gobuild/

About

Small Go utilities to backup data from the cloud, to the cloud.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages