Rsnapshot version 1.3.1 - How to Download and Install on Mac OS X
Friday the 20th of November, 2009

    rsnapshot  most recent diff


    version 1.3.1

      View the most recent changes for the rsnapshot port at: rsnapshot.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for rsnapshot.
      The raw portfile for rsnapshot 1.3.1 is located here:
      http://rsnapshot.darwinports.com/dports/sysutils/rsnapshot/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/rsnapshot


      The rsnapshot Portfile 39938 2008-09-13 14:17:59Z mww macports.org $

      PortSystem 1.0

      Name: rsnapshot
      Version: 1.3.1
      Category: sysutils net
      Platform: darwin
      Maintainers: mww
      Description: filesystem snapshot utility based on rsync
      Long Description: rsnapshot is a filesystem snapshot utility based on rsync. It makes it easy to make periodic snapshots of local machines, and remote machines over SSH. The code makes extensive use of hard links whenever possible, to greatly reduce the disk space required.

      Homepage: http://www.rsnapshot.org/
      Master Sites: ${homepage}/downloads/
      Checksums: sha1 a3aa3560dc389e1b00155a5869558522c4a29e05

      depends_lib port:rsync port:perl5.8 bin:ssh:openssh

      configure.args --mandir=${prefix}/share/man --with-rsync=${prefix}/bin/rsync --with-perl=${prefix}/bin/perl5.8

      test.run yes

      post-destroot {
      xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples
      xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL NEWS README TODO ${destroot}${prefix}/share/doc/${name}
      system "cp -R ${worksrcpath}/utils/* ${destroot}${prefix}/share/doc/${name}/examples"
      }

      post-activate {
      if {![file exists ${prefix}/etc/rsnapshot.conf]} {
      xinstall -m 644 ${prefix}/etc/rsnapshot.conf.default ${prefix}/etc/rsnapshot.conf
      }
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/rsnapshot
      % sudo port install rsnapshot
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching rsnapshot
      ---> Verifying checksum for rsnapshot
      ---> Extracting rsnapshot
      ---> Configuring rsnapshot
      ---> Building rsnapshot with target all
      ---> Staging rsnapshot into destroot
      ---> Installing rsnapshot
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using rsnapshot with these commands:
      %  man rsnapshot
      % apropos rsnapshot
      % which rsnapshot
      % locate rsnapshot

     Where to find more information:

    Darwin Ports



    Lightbox this page.