• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Automation Sans Window Server
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automation Sans Window Server


  • Subject: Re: Automation Sans Window Server
  • From: Philip Aker <email@hidden>
  • Date: Wed, 16 Apr 2008 13:11:22 -0700

On 08-04-16, at 13:07, Mark J. Reed wrote:


For instance, I use rsync to keep a local copy of my website in synch with the copy on my server. The transport used by rsync to communicate between the servers is ssh.

That's my major usage.

Then you can simply do:

export RSYNC_RSH=ssh
# setenv RSYNC_RSH ssh # if using [t]csh
rsync -avz myname@myserver:/path/to/website/docroot local/copy/of/ docroot


to download a local copy of what's currently on the server, or

rsync -avz local/copy/of/docroot myname@myserver:/path/to/website/ docroot

to update the server with changes you've made in the local copy. In each case rsync will automatically transfer only the files that have changed since the last copy.

Looks like what I want.

Thanks again.

Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@

Sent from my SE/30

_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden
References: 
 >Introduction (From: "selvakumar nagendran" <email@hidden>)
 >Re: Automation Sans Window Server (From: Philip Aker <email@hidden>)
 >Re: Automation Sans Window Server (From: "Mark J. Reed" <email@hidden>)
 >Re: Automation Sans Window Server (From: Philip Aker <email@hidden>)
 >Re: Automation Sans Window Server (From: Axel Luttgens <email@hidden>)
 >Re: Automation Sans Window Server (From: Philip Aker <email@hidden>)
 >Re: Automation Sans Window Server (From: "Mark J. Reed" <email@hidden>)
 >Re: Automation Sans Window Server (From: Philip Aker <email@hidden>)
 >Re: Automation Sans Window Server (From: "Mark J. Reed" <email@hidden>)
 >Re: Automation Sans Window Server (From: Philip Aker <email@hidden>)
 >Re: Automation Sans Window Server (From: "Mark J. Reed" <email@hidden>)

  • Prev by Date: Re: Getting elements of a list
  • Next by Date: Re: Getting elements of a list
  • Previous by thread: Re: Automation Sans Window Server
  • Next by thread: Re: Automation Sans Window Server
  • Index(es):
    • Date
    • Thread