[Samba] Re: way to make files not show up until completely
transferred?
Rex Dieter
rdieter at math.unl.edu
Tue Oct 3 20:46:52 GMT 2006
Mark Osborne wrote:
> I've also posted this question to the rsync mailing list, but I'm
> wondering if there might be a workaround with samba. Is there a way to
> make a file not show up in the share until it is completely uploaded?
That's how rsync works (afaik), unless you specify:
rsync --inplace
?
Maybe you want/need to use some combination of
rsync --partial --partial-dir=
so that files not yet completed are put elsewhere.
-- Rex
More information about the samba
mailing list