0.0.20 • Published 11 years ago
cloudsink v0.0.20
CloudSink
A Rackspace Cloud Files directory sync tool that isn't awful
Install NodeJS and NPM:
npm install -g cloudsink
Upload a directory:
cloudsink --source PATH --target CONTAINER --username ... --apikey ... --region IAD
For very very large tasks, I recommend wrapping the command with "watch", so that the upload loops forever.
watch 'cloudsink --source PATH --target CONTAINER --username ... --apikey ... --region IAD'
Check the help: cloudsink --help
Options to know about:
-F
for fastmode - don't check MD5 sums of files, just validate existence by name-S
for ServiceNet-f
for filter - ex:-f "*.jpg"
TODOS:
- Allow the MD5 checking to be optional (ie: the filename is enough to skip an upload)
- Fix issue with MD5 sum of files with special charcters in the name
- Write a bunch of tests
- Ensure symlink conditions work as expected
- Support for compression (extract-archive)
0.0.20
11 years ago
0.0.19
11 years ago
0.0.18
11 years ago
0.0.17
11 years ago
0.0.16
11 years ago
0.0.15
11 years ago
0.0.14
11 years ago
0.0.13
11 years ago
0.0.12
11 years ago
0.0.11
11 years ago
0.0.10
11 years ago
0.0.9
11 years ago
0.0.8
11 years ago
0.0.7
11 years ago
0.0.6
11 years ago
0.0.5
11 years ago
0.0.4
11 years ago
0.0.3
11 years ago
0.0.2
11 years ago
0.0.1
11 years ago
0.0.0
11 years ago