
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] Help on a script...
Bruno Raoult writes:
> I just want to avoid long log file, with directories...
In general it's a good idea to have more logs rather than less. Why
not just use grep -v on the file (rather than on the rsync messages as
Darrent proposed)?
> I wonder if the best idea could be to build the tree locally, in an
> archive, and expand it on the remote one. This would work, but I
> don't like the idea :-)
If you aren't updating the remote, that's the same thing rsync does
except that it streams the archive instead of saving it to a file
first.
Home |
Main Index |
Thread Index