25 Suffolk Ct, Hauppauge, New York 11788. 245 Park Avenue, 39th Floor New York, NY 10167. Tel: 631-434-9500 Email: aesposito@avz.com. Basically we need the native Mac OS X compiler tools so that we can generate the AVR compiler tools. Install OSX-AVR. There's finally a good/fast way of installing all these tools under Mac OS X PPC or i386! First, download the OSX-AVR packge for PPC (older macs).
Web Applications
CMS Applications
eCommerce Applications
Business Planning for Web Projects
Server Management and Hosting
Backing up data using rsync command
rsync is a great tool for backing up and restoring files. I'll use some example to explain on how it works.
Example of the remote server and folder that needs to be backup or copied:
Remote host name: server01.comentum.com
Remote folder: /home/user01/
Remote user: user01
rsync example for backing up / copying from remote server to local Linux computer:
rsync -arv user01@server01.comentum.com:/home/user01//home/bob/user01backup/
(/home/bob/user01backup/ is a local Linux folder path)
rsync example for backing up / copying from remote server to local Mac computer:
rsync -arv user01@server01.comentum.com:/home/user01//Users/bob/user01backup/
(/Users/bob/user01backup/ is a local Mac folder path)
rsync example for backing up / copying from remote server to local Mac computer and external USB drive:
rsync -arv user01@server01.comentum.com:/home/user01//Volumes/westerndigital-usb/user01backup/
(/Volumes/westerndigital-usb/user01backup/ is an external USB Drive path on a local Mac computer)
Here is what the '-arv' option does:
a = archive - means it preserves permissions (owners, groups), times, symbolic links, and devices.
r = recursive - means it copies directories and sub directories
v = verbose - means that it prints on the screen what is being copied
More Examples:
rsync -rvuser01@server01.comentum.com:/home/user01/ /home/bob/user01backup/
(This example will copy folders and sub-folder but will not preserve permissions, times and symbolic links during the transfer)
rsync -arv --exclude 'logs' user01@server01.comentum.com:/home/user01//Users/bob/user01backup/
(This example will copy everything (folders, sub-folders, etc), will preserver permissions, times, links, but will exclude the folder /home/user01/logs/ from being copied)
Use of '/' at the end of path:
When using '/' at the end of source, rsync will copy the content of the last folder.
When not using '/' at the end of source, rsync will copy the last folder and the content of the folder.
When using '/' at the end of destination, rsync will paste the data inside the last folder.
When not using '/' at the end of destination, rsync will create a folder with the last destination folder name and paste the data inside that folder.
For Information Contact:
Comentum Corp
6222 Ferris Sq.
San Diego, CA 92121
Phone: 858-410-1500
Fax: 858-410-0707
Sales: 800-387-1920
Hours: Mon. - Fri., 9 a.m. - 5 p.m. PST
Avz For Mac Download
Contact Us ยปMobile App Development
iPhone, Google Android, BlackBerry, Windows Mobile
In-house development team.
San Diego, CA, USA.