On Wed, 2003-09-24 at 16:33, District Webmaster wrote: > Basically, I've got some nice hardware hosting some web sites that do > not require nearly the space or power the server provides. I'd like to > use that server for other things. I have a cheap box that will easily > handle the sites in question. I want to move all the accounts from one > box to another. If I can move files and maintain permissions, I'd be > elated -- but I'd be happy if, at least, I didn't have to recreate all > the usernames/passwords, groups, etc.
scp -p <src> <dst> "Preserves modification times, access times, and modes from the original file" (man scp)
signature.asc
Description: This is a digitally signed message part
____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
