An error occurred fetching the project authors.
  1. 06 Mar, 2014 1 commit
  2. 28 Feb, 2014 1 commit
  3. 27 Aug, 2013 1 commit
  4. 26 Aug, 2013 1 commit
  5. 09 Aug, 2013 1 commit
  6. 18 Jul, 2013 1 commit
    • Romain Courteaud's avatar
      Add a simple backup server software release. · 7e31c2b0
      Romain Courteaud authored
      Request the service with the software type pullrdiffbackup.
      
      Real backup are added by request a slave with required parameters:
        hostname="example.org" (just to make think readable for human)
        connection="user@0.0.0.0" (ssh connection string)
        include="/src /home" (space separated directory path to backup)
        frequency="0 0 * * *" (crontab like periodicity string)
      
      Optional parameters are:
        exclude="/home/userA /home/userB" (space separated directory path to not backup)
        sudo="True" (if the server to backup contains a local backupagent_rdiff-backup script which is callable with sudo)
      7e31c2b0