package b0
Software construction and deployment kit
Install
Dune Dependency
Authors
Maintainers
Sources
b0-0.0.2.tbz
sha512=78fd9e53b84cf5d6bf497adaf4b6d7d974134044318639cdfe5e01c7faaa8d987d04769abe3b3b1cbdb937132e21d8723dc185cd3c68433a793278907a8e757e
doc/b0_b00_kit/B00_rsync/index.html
Module B00_rsync
rsync
support.
val get_cmd :
?search:B00_std.Fpath.t list ->
?cmd:B00_std.Cmd.t ->
unit ->
(B00_std.Cmd.t, string) Stdlib.result
get_cmd ()
looks for rsync
with Os.Cmd.get
.
val copy :
?opts:B00_std.Cmd.t ->
?stats:bool ->
delete:bool ->
?src_host:string ->
src:B00_std.Fpath.t ->
?dst_host:string ->
B00_std.Fpath.t ->
(unit, string) Stdlib.result
copy ~src dst
copies the contents of directory src
to dst
with rsync
. As per rsync
semantics, directoryness of src
is important (dst
's one is not):
- If
src
has a trailing directory separator, the contentssrc/*
is copied todst/*
. - If
src
has no trailing directory separator, the contents ofsrc/*
is copied todst/$(basename src)/*
.
src_host
and dst_host
specify the host for source and destination directory (e.g. "myhost:"
). They default to ""
.
If delete
is true
, deletes files at destination that do not exist in src
. If stats
is true
(default) outputs statistics about the transfer. opts
defaults to -azh
, this means transfer in archive mode which preserves symlinks and file attributes and compression is enabled.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>