Skip to content
  1. Apr 26, 2023
  2. Mar 21, 2022
  3. Mar 13, 2022
  4. Mar 04, 2022
  5. Feb 21, 2022
  6. Dec 17, 2021
  7. Sep 16, 2021
  8. Sep 14, 2021
  9. Sep 10, 2021
  10. Sep 07, 2021
  11. May 25, 2021
  12. Apr 06, 2021
  13. Apr 05, 2021
  14. Mar 23, 2021
  15. Mar 09, 2021
  16. Mar 02, 2021
    • Patrik Dufresne's avatar
      Use ConfigArgParse for configuration #114 · 97945a13
      Patrik Dufresne authored
      * Replace argparse by configargparse
      * Allow configuration to be define using environment variable
      * Allow configuration to be splitted in multiple files
      /etc/rdiffweb/rdw.conf.d/*.conf
      * Remove obsolete `rdiffweb` file used to define repository encoding
      * Update man page
      97945a13
  17. Dec 29, 2020
  18. Dec 04, 2020
  19. Oct 14, 2020
  20. Sep 21, 2020
  21. Sep 18, 2020
  22. Sep 17, 2020
  23. Jul 31, 2020
  24. Jun 11, 2020
  25. May 14, 2020
  26. May 06, 2020
  27. Mar 14, 2020
  28. Mar 12, 2020
    • Patrik Dufresne's avatar
      Restore files and folder using a subprocess #72 #39 · 48e0fb24
      Patrik Dufresne authored
      Create a new independent command line entry point `rdiffweb-restore` to
      restore the data directly into an archive. This entry point may be
      called to offload the processing from the main threads.
      
      Along these changes, also fix all the encoding issues related to
      restoration for CentOS 7 (python 3.6) by using PAX format.
      
      Also support rdiff-backup2.
      48e0fb24
  29. Jan 02, 2020
  30. Oct 25, 2019
  31. Oct 20, 2019
  32. Oct 19, 2019
  33. Oct 13, 2019
  34. Aug 28, 2019
  35. Jul 03, 2019
  36. Jul 01, 2019
    • Patrik Dufresne's avatar
      Fix build dependencies for py27 · 397570cc
      Patrik Dufresne authored
      We need to use latest pip version to pick the right version of pacakges
      for py27. Otherwise, pip will install python 3 only packages into a
      python 2.7 environment.
      397570cc
  37. Jun 07, 2019