macosxlabs.org

About Us Contact Us Home iCal Search Site Map

Divider
Introduction Button What's New Button Why Mac OS X Button Documentation Button Forum Button Participants Button Presentations Button Resources Button Resources Button Webcasts Button
Divider

RsyncX - Configuration


[Introduction] [Requirements] [Configuration]
[Details] [Links] [FAQs]

Quick RsyncX Script Generator Configuration

Once RsyncX is installed, you will find it in your /Applications/Utilities folder. Starting RsyncX opens this window. For easy onscreen hints, hold the pointer over an item for its ToolTip.

From here, you can either start sending files from one location to another, or you can create and save your scripts for file tranfers at a later time. A saved script can be started by double-clicking on its icon.

More notes about source and destination folders:
RsyncX can send single files or entire folders from the source location to the destination location. When sending folders, you can decide whether or not to send the entire folder or just the contents of the folder by using a trailing slash character: "/". The slash tells rsync that you would like the contents of the named folder, but not the folder itself. This is especially useful when you would like the destination to have a different name for its folder that the source, without placing the source folder itself inside of the destination. So by adding the trailing slash to the source folder name, the destination will either receive the contents into an existing folder, or place the contents of the source folder into a new folder named in the destination field.


Some Examples, where /data is a folder, OSX is a drive (volume), and file1 is a non-app file:

1. Send folder from source to destination, which creates /Volumes/OSX/data

or

 

2. Send contents of source folder to destination:

or

 

3. Send file from source to destination, which creates /Volumes/OSX/file1

or

 

4. Send folder from source to new folder at destination, creates /Volumes/OSX/data2/data

 

5. Send contents of source folder to new folder at destination:

or

 

6. Send file from source to new name at destination:

 

7. Send .app file from source to new .app name at destination:

or


Browse ahead to Details.

 

[Introduction] [Requirements] [Configuration]
[Details] [Links] [FAQs]