1. 26 Oct, 2018 1 commit
  2. 25 Oct, 2018 1 commit
    • Guillaume Hervier's avatar
      Exit stalled requests on connection error. · 2cfa90a4
      Guillaume Hervier authored
      If the SSH connection stalled or just existed during a restore, the whole process would stall as it waits for requests which will never finish.
      
      This MR makes the connection propagate the `ConnectionQuit` exception to stalled requests when the connection is cut in the middle of the process, so they will terminate with an exception and raise it, exiting the whole program instead of making it stall
      
      /reviewed-on !6
      2cfa90a4
  3. 30 Aug, 2018 6 commits
  4. 10 Aug, 2018 2 commits
  5. 17 Jul, 2018 1 commit
  6. 10 Jul, 2018 2 commits
  7. 13 Oct, 2014 1 commit
    • Marco Mariani's avatar
      Added --always-snapshot; version bump · c396d831
      Marco Mariani authored
      The --always-snapshot path/to/file parameter can be repeated
      any number of times, and must specify the relative path to each file
      (not directory) that results corrupted after running --verify.
      These files will be completely transferred again, even if they have
      not changed since the last backup.
      
      For instance:
      
      CORRUPTED_MSG="Warning:\ Computed\ SHA1\ digest\ of\ "
      CORRUPTED_ARGS=$(./rdiff-backup --verify user@host::/path/to/backup 2>&1 >/dev/null | grep "^$CORRUPTED_MSG" | sed "s/$CORRUPTED_MSG/--always-snapshot\ /g")
      echo $CORRUPTED_ARGS
      c396d831
  8. 26 Sep, 2014 4 commits
  9. 25 Sep, 2014 1 commit
  10. 19 Sep, 2014 1 commit
  11. 16 Mar, 2009 4 commits
  12. 09 Mar, 2009 1 commit
  13. 08 Mar, 2009 7 commits
  14. 04 Mar, 2009 1 commit
  15. 03 Mar, 2009 5 commits
  16. 02 Mar, 2009 2 commits