(Jul 21 2005 09:50) Simone wrote: > Hello! > > Can You help me for install local repository for swup? > > Is it ok... > > wget -m -np > http://http.trustix.org/pub/trustix/releases/trustix-2.2/i586/trustix/rdfs/ >
You should not use wget for mirroring, use rsync instead: rsync -avH --delete \ rsync.trustix.org::trustix/releases/trustix-2.2/i586/ /home/ftp/pub/mytrustix-2.2-mirror/ > ...or I need all > http://http.trustix.org/pub/trustix/releases/trustix-2.2/i586/ path? You need both the rdfs and rpms for swup to work. c -- Christian H. Toldnes Trustix Developer _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
