Web Page Hosting

Web Hosting | Dedicated Server Hosting| Cpanel Hosting | VPS Hosting | Windows Hosting | Windows Reseller

Data transfer using rsync command

March 17th, 2008 by bob

Transfer Data using Command rsync

hat is rsync?
rsync is a software application for Unix systems which coordinate files and directories from one location to another and at the same time minimize data transfer using delta encoding when applicable.
How to transfer data with rsync;
To take back up or transfer data of one or more folder here are the step by which you can do it using command rsync. A folder of which you want to take back up is called as source directory and folder where you are taking the backup is called as destination folder.
Let’s imagine that you have two folders. First one is backup_source and another is backup_destination.
backup_source is a folder of which you have to take backup into folder backup_destination.
run the simple command to accomplish the task.
rsync -ave backup_source/ backup_destination/
This is simple way from which you can take backup.
Now let us comprehend the options use in command
1)-a, –archive archive mode; same as -rlptgoD (no -H)
In place of using several options like -rlptgoD, you can use just a option which is equivalent to the said options.
-r, –recursive recurse into directories
-l, –links copy symlinks as symlinks
-p, –perms preserve permissions
-t, –times preserve times
-g, –group preserve group
-o, –owner preserve owner (super-user only)
-D same as –devices –specials
2)-v, –verbose increase verbosity
3)-e, –rsh=COMMAND specify the remote shell to use
Use the following command especially if you want to take backup from an additional machine over secure shell.
rsync -ave ssh username@anothermachine/backup_source/ backup_destination

Posted in Hosting tutorials | No Comments »


A special offer from Micfo for New signups. Dedicated Web Hosting VPS Web Hosting Coupon Code: Raidx-micfovps Get a recurring 10 % discount on every new VPS Hosting Signup. Dedicated Web Hosting Coupon Code: Raidx-micfodedicated Get one time 5% discount on any Micfo Dedicated Server Hosting package.

  • Web Hosting Blogroll


    Windows Hosting
    Windows Shared Hosting

    VPS Hosting
    VPS Hosting plans

    Dedicated Server Hosting
    Dedicated Server plans

    Business Web Hosting
    100% uptime Hosting

    Cpanel Hosting
    cPanel Shared Hosting

    Reseller Hosting
    Reseller Web Hosting

    Windows Reseller Hosting
    Windows Reseller Hosting

    Windows VPS
    Windows VPS Hosting

    Archives

     

    July 2009
    M T W T F S S
    « Mar    
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  

    Categories

    Blogroll

    Meta

    Recent Comments

      Pages

      Recent Posts

      Tags

      Search Posts