Nick Craig-Wood
02afcb00e9
Factor Fs.Put into Object.Update and call Update rather than Put if possible
2014-04-18 17:49:01 +01:00
Nick Craig-Wood
d6a5bfe2d4
Get rid of fs.CopyFs and replace with fs.Sync in preparation for Object.Update
2014-04-18 17:48:46 +01:00
Nick Craig-Wood
bb0bf2fa8e
How to build the docs
2014-04-17 22:39:23 +01:00
Nick Craig-Wood
2c1e6b54f9
Remove examples - leave them for the website
2014-04-17 22:39:07 +01:00
Nick Craig-Wood
40f755df20
Rename docs directory
2014-04-17 22:32:39 +01:00
Nick Craig-Wood
8d32651c53
Fix uplaod_website
2014-04-17 22:28:47 +01:00
Nick Craig-Wood
86b77f3ca8
drive: Fix multiple files of same name being created
...
ModifiedDate seems to be set on Insert if set, so do that
2014-04-17 22:27:33 +01:00
Nick Craig-Wood
bd62eb17e3
Add favicon
2014-04-17 20:49:12 +01:00
Nick Craig-Wood
6c045c00df
rclone.org: website, docs and graphics
2014-03-28 22:34:13 +00:00
Nick Craig-Wood
f5ad93714d
rclonetest: used test to the internals of rclone
2014-03-28 22:30:18 +00:00
Nick Craig-Wood
92ec29fe3f
Factor the generic code into fs and add some more intefaces
2014-03-28 22:26:42 +00:00
Nick Craig-Wood
bc221fb27e
drive: Fix path parsing
2014-03-27 17:49:36 +00:00
Nick Craig-Wood
b0064e6405
Change remote format one last time
2014-03-27 17:31:57 +00:00
Nick Craig-Wood
3eda36f6da
Factor rclone main() in preparation for tests
2014-03-27 17:26:24 +00:00
Nick Craig-Wood
a628bef9c2
Use pflag for gnu style flags
2014-03-27 16:55:29 +00:00
Nick Craig-Wood
4990535d1b
Fix README.txt generation when cross compiling
2014-03-27 16:52:39 +00:00
Nick Craig-Wood
b4dd693d23
drive: Rework token aquisition into config framework and store token in config file
2014-03-27 16:52:39 +00:00
Nick Craig-Wood
1b3a49929b
Add ability for FS to have a Config helper function run
2014-03-16 13:54:43 +00:00
Nick Craig-Wood
1ea9972be7
Set strict permissions on the config file
2014-03-16 13:53:51 +00:00
Nick Craig-Wood
2e5f0ef258
Rename filing systems modules (so I can tell them apart in emacs buffers!)
2014-03-16 10:09:55 +00:00
Nick Craig-Wood
dc0e9383a8
Update notes
2014-03-16 00:33:03 +00:00
Nick Craig-Wood
5575ee2933
Tidy the help
2014-03-16 00:28:32 +00:00
Nick Craig-Wood
fec3661fe1
Script to cross compile rclone
2014-03-15 17:40:35 +00:00
Nick Craig-Wood
2a4c721794
Update config
2014-03-15 17:39:56 +00:00
Nick Craig-Wood
7d786204b4
Add -config option to specify a config file
2014-03-15 17:01:13 +00:00
Nick Craig-Wood
b3f1a45bbf
Config fixes
...
* Fix empty config configuration
* Alter menus when no remotes
* Save config file after delete remote
2014-03-15 16:52:51 +00:00
Nick Craig-Wood
0a108832e2
Remove filesystem flags and put in config file with editor
2014-03-15 16:06:11 +00:00
Nick Craig-Wood
8fd43a52e7
Remove custom nS precision Chtimes as now in Go >= 1.1
2014-03-08 16:30:58 +00:00
Nick Craig-Wood
eefe789fc2
More notes
2013-10-25 12:05:37 +01:00
Nick Craig-Wood
a34bf2ae5e
Make imports absolute and use own copy of goamz pending patch inclusion
2013-07-11 17:37:33 +01:00
Nick Craig-Wood
90738f4081
More notes
2013-07-11 17:36:53 +01:00
Nick Craig-Wood
754c54b64f
Fix differences print out on check
2013-07-02 08:33:17 +01:00
Nick Craig-Wood
7153b05342
Note that drive goroutine leak now fixed upstream (by my patch :-)
2013-06-29 21:13:30 +01:00
Nick Craig-Wood
43be26d1f8
Make local filesystem go last
2013-06-29 12:15:55 +01:00
Nick Craig-Wood
b98923a20f
drive: Finish refactor
2013-06-29 12:15:31 +01:00
Nick Craig-Wood
025e5f3f0c
Pass flags on to fs.Config
2013-06-29 10:43:52 +01:00
Nick Craig-Wood
37d59db94e
Rename _junk directory so go build ./... doesn't see into it
2013-06-29 10:43:20 +01:00
Nick Craig-Wood
f1a08ad6bf
Namespace the swift options
2013-06-28 18:24:06 +01:00
Nick Craig-Wood
b1f681b912
Rename fs.FsX to fs.X
2013-06-28 08:57:32 +01:00
Nick Craig-Wood
6085dc1b5a
Refactor into sub filesystems
2013-06-27 22:17:51 +01:00
Nick Craig-Wood
2bca3a45bd
Retire chtimes except for !go1.1 now it is in the standard library
2013-06-27 20:09:40 +01:00
Nick Craig-Wood
f5e60b6e37
Rename to rclone
2013-06-27 20:09:40 +01:00
Nick Craig-Wood
fce2af7934
go fmt 1.1 style
2013-06-27 20:06:44 +01:00
Nick Craig-Wood
b8c191b51c
swift: Store root for later when we support directories
2013-06-27 19:49:35 +01:00
Nick Craig-Wood
717a0d268b
Fix after goamz interface change
2013-06-27 19:46:31 +01:00
Nick Craig-Wood
4cda51b77a
Update after API changes in goamz/s3
2013-02-06 23:31:42 +00:00
Nick Craig-Wood
4cce906f8b
Implement fs.ListDir / lsd command
2013-01-23 22:43:20 +00:00
Nick Craig-Wood
8404290499
drive: add full directory listing option for speed
...
* Add -drive-full-list flag to choose between recursive and full directory list
* Full list is the default - much quicker if there are lots of directories
2013-01-23 21:19:26 +00:00
Nick Craig-Wood
351829e9fe
drive: refactor listDir to take a client function
2013-01-20 11:56:56 +00:00
Nick Craig-Wood
98108caac2
drive: remove files.Info from FsObjectDrive and copy data out to save memory
2013-01-19 10:16:51 +00:00