25bool do_sync_push(
const std::vector<const char*>& srcs,
const char* dst,
bool sync,
27bool do_sync_pull(
const std::vector<const char*>& srcs,
const char* dst,
bool copy_attrs,
28 CompressionType compression,
const char* name =
nullptr,
bool quiet =
false);
30bool do_sync_sync(
const std::string& lpath,
const std::string& rpath,
bool list_only,
bool do_sync_ls(const char *path)
Definition: file_sync_client.cpp:1275
bool do_sync_sync(const std::string &lpath, const std::string &rpath, bool list_only, CompressionType compression, bool dry_run, bool quiet)
Definition: file_sync_client.cpp:1782
bool do_sync_push(const std::vector< const char * > &srcs, const char *dst, bool sync, CompressionType compression, bool dry_run, bool quiet)
Definition: file_sync_client.cpp:1448
bool do_sync_pull(const std::vector< const char * > &srcs, const char *dst, bool copy_attrs, CompressionType compression, const char *name=nullptr, bool quiet=false)
Definition: file_sync_client.cpp:1671
CompressionType
Definition: file_sync_protocol.h:102