NAME
Synchronize between the directory of blob storage and the local directory.
SYNOPSIS
upload
perl examples/blobsync.pl --account your_account --accesskey you_primary_access_key --direction upload --path container_name/directory_name --directory /path/to/
local
/directory [--use_thread 10 --excludes foo,bar --include_invisible 1 --silence 1 --measure 1 --debug 1]
download
perl examples/blobsync.pl --account your_account --accesskey you_primary_access_key --direction download --path container_name/directory_name --directory /path/to/
local
/directory [--use_thread 10 --excludes foo,bar --include_invisible 1 --silence 1 --measure 1 --debug 1]
AUTHOR
Junnama Noda <junnama@alfasado.jp>
COPYRIGHT
Copyright (C) 2013, Junnama Noda.
LICENSE
This program is free software; you can redistribute it and modify it under the same terms as Perl itself.