Skip to content
Snippets Groups Projects
  1. Feb 17, 2017
  2. Jul 12, 2016
  3. Mar 30, 2015
  4. Feb 07, 2015
  5. Nov 07, 2014
  6. Nov 05, 2014
  7. Jun 14, 2014
  8. May 03, 2014
  9. Apr 17, 2014
  10. Mar 01, 2014
  11. Feb 22, 2014
  12. Dec 26, 2013
  13. Oct 26, 2013
    • rhatto's avatar
      Solve quoting issue with "su" (debian #683731) (upstream #4019) · b8b8b46f
      rhatto authored
      A fix for debian #677410 on commit 29dcdbae introduces a new issue on wheezy
      machines where some rsync_options gets out of the rsync command quotes when
      invoked by su.
      
      As reported, running backupninja through `bash -x` shows that the `--delete`
      option from the rsync command is not included in the single quote for the `su
      -c` command:
      
          nice -n 0 su -c '/usr/bin/rsync -av' --delete '--recursive
          --delete-excluded    //home/ /tmp/test//home//'
      
      This patch attempt to solve that issue by using the intermediary variable
      $command.
      b8b8b46f
  14. Sep 23, 2013
Loading