Hello all, I just finished downloading the necessary packages for my mirror, I did this with the "apt-move mirror" command.
The problem I'm having is using the "apt-move move" command to move the files from /var/cache/apt/archives to /local/debian/cache/apt/archives. The man pages indicates the "apt-move move" command puts all of the packages in the cache directory into the local mirror, which is what I'm trying to do. My packages are in /var/cache/apt/archives. But my $LOCALDIR is in /local/debian So, I tried using "apt-move move", then I get the following output: All done, exiting. But my packages haven't moved to /local/debian/cache/apt/archives. Can anyone tell me why? Any help would be greatly appreciated. Contents of my /etc/apt-move.conf file: APTSITES="ftp.us.debian.org" ARCHS="i386" LOCALDIR=/local/debian DIST=stable PKGTYPE=binary FILECACHE=/local/debian/cache/apt/archives LISTSTATE=/var/lib/apt/lists DELETE=yes MAXDELETE=20 STRICTMOVE=no mailman:/etc# ~~RK