You are not logged in.
I run a little repo for myself with some packages compiled for pentium-m. Also, I have a small webspace on a server, and I'd like to sync my local repo with the server, so that I can share my packages with others. How does one go about doing that? I guess this is an rsync thing, but I haven't managed to get it to work. All I want, is to have the remote server to be identical to what I have on my local computer. Thanks in advance.
Offline
I use lftp and the mirror command. It's easy:
1) run lftp
2) open -e uname,password address
3) mirror -R -n ./local ./remote
try `help mirror` within lftp for more details
Offline
wow, that's one neat little program. Thanks alot
Offline