X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=rsync-piper.pl;h=ed6d11bccfbb094c63577c1b7ef360087cb038ef;hb=839e8157a504aaaa19803de383ba4a64e3eb8754;hp=1aaca5bc56ba8855d201bc4417fe925b497a2cee;hpb=aef852f6c414751888eab77d5b81a7e667daa079;p=cloudstore.git diff --git a/rsync-piper.pl b/rsync-piper.pl index 1aaca5b..ed6d11b 100755 --- a/rsync-piper.pl +++ b/rsync-piper.pl @@ -13,7 +13,7 @@ use Module::Refresh; use lib 'lib'; use WarnColor; -use CloudStore::Couchbase; +use CloudStore::Store; my $dir = $ENV{RSYNC_DIR} || '/srv/cloudstore'; my $port = $ENV{RSYNC_PORT} || 6501; @@ -56,7 +56,7 @@ if ( $ENV{SQL} ) { exit 1; } -my $store = CloudStore::Couchbase->new; +my $store = CloudStore::Store->new; mkdir "$dir/var" if ! -e "$dir/var";