Re: [Hampshire] DIY Web Design Talk

Top Page

Reply to this message
Author: Vic
Date:  
To: hampshire
Subject: Re: [Hampshire] DIY Web Design Talk
> 1) I assume I ssh from my PC to Server?

If you want. I wouldn't - but it's up to you...

> 2) Where do I run the rsync from the server or PC?


Whichever end you're logged into - as long as you can log into the other
end from there.

> 3) Here is the command I was using (assuming I run rsync on the server)
>
> rsync -rp PC:/home/mit/web/newbpk4/ /var/www/baiter


I'd run it from the PC end :-

rsync -avz -e "ssh -l someone_with_sufficient_privileges"
/home/mit/web/newbpk4/ server:/var/www/baiter/

> 4) Do I run rsync as a user or root?


User.

Vic.