1
mirror of https://github.com/rclone/rclone synced 2024-09-09 04:06:56 +02:00
Go to file
Nick Craig-Wood 25a1b96537 Make download work properly skipping not changed files
Reorganise FsObject and factor more stuff into methods

Note that os.Chtimes() isn't setting the same precision (us) as we are
reading from os.Lstat() (ns) so the modification times don't roundtrip
properly yet.
2012-12-01 10:53:48 +00:00
.gitignore Initial commit - some small parts working 2012-11-18 17:32:31 +00:00
COPYING Initial commit - some small parts working 2012-11-18 17:32:31 +00:00
notes.txt Make download work properly skipping not changed files 2012-12-01 10:53:48 +00:00
README.md Initial commit - some small parts working 2012-11-18 17:32:31 +00:00
swiftsync_test.go Factor mtime functions info github.com/ncw/swift 2012-11-27 22:04:04 +00:00
swiftsync.go Make download work properly skipping not changed files 2012-12-01 10:53:48 +00:00

Swiftsync

Sync files and directories to and from swift

FIXME

Install

Swiftsync is a Go program and comes as a single binary file.

Download the relevant binary from

Or alternatively if you have Go installed use

go get github.com/ncw/swiftsync

and this will build the binary in $GOPATH/bin. You can then modify the source and submit patches.

Usage

FIXME

License

This is free software under the terms of MIT the license (check the COPYING file included in this package).

Contact and support

The project website is at:

There you can file bug reports, ask for help or contribute patches.

Authors

Contributors

  • Your name goes here!