Rsync

Discussion in 'HOWTO-Related Questions' started by kwickcut, Jul 3, 2010.

  1. kwickcut

    kwickcut Member HowtoForge Supporter

    was wondering if there was a how to for installing Rsync with this installation
    The Perfect Server - Ubuntu 10.04 [ISPConfig 3] this is a must for any server and i do not see any how to install on a fresh server



    kwick
     
  2. damir

    damir New Member

    Just run:

    aptitude install rsync

    ..after that run man rsync for documentation.

    In this example im syncing www folder that contains my websites to external backup media:

    rsync -av /var/www /backupmedia/webserver
     

Share This Page