You are not logged in.

#1 2005-10-17 12:18:55

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

sync local repo with server

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

#2 2005-10-17 12:23:55

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: sync local repo with server

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

#3 2005-10-17 13:47:14

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: sync local repo with server

wow, that's one neat little program. Thanks alot smile

Offline

Board footer

Powered by FluxBB