Skip to main content

Permission Denied (13) Rsync

Comments

3 comments

  • jpearl
    Hey, rsync to an empty partition. Here is what we do at my work. We boot into a live cd or other linux boot cd. Create an ext3 partition. Create /mnt/sysimage Mount /dev/yourdev /mnt/sysimage Then rsync to that folder. It will create a nice image. Add --exclude="proc" and --exclude="sys" You can also use an auth ssh key to prevent the need for a password to let rsync do it's job.
    0
  • Shane3673
    Thanks for the suggestions. In the end I found that it was SELINUX that was affecting this. I disabled it and everything worked fine. Maybe during a Cpanel install something is changed with SELINUX because I had not problems with the CentOS machines with Cpanel on them, just the machine that didn't.
    0
  • cPanelMichael
    Hello :) I am happy to see the issue is now resolved. Thank you for updating us with the outcome. Note that cPanel does not recommend the use of SELinux and will not enable it during the installation. [url=http://docs.cpanel.net/twiki/bin/view/AllDocumentation/InstallationGuide/ConfiguringOs#Disable]cPanel Install - SELinux security feature Thank you.
    0

Please sign in to leave a comment.