1. 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
  2. 30 Aug, 2018 6 commits
  3. 10 Aug, 2018 2 commits
  4. 17 Jul, 2018 1 commit
  5. 10 Jul, 2018 2 commits
  6. 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
  7. 26 Sep, 2014 4 commits
  8. 25 Sep, 2014 1 commit
  9. 19 Sep, 2014 1 commit
  10. 16 Mar, 2009 4 commits
  11. 09 Mar, 2009 1 commit
  12. 08 Mar, 2009 7 commits
  13. 04 Mar, 2009 1 commit
  14. 03 Mar, 2009 5 commits
  15. 02 Mar, 2009 3 commits