Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8135293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:22:42+00:00 2026-06-06T10:22:42+00:00

I understand preserving the permissions for rsync. However in my case my local computer

  • 0

I understand preserving the permissions for rsync.
However in my case my local computer does not have the user the files need to under for the webserver. So when I rsync I need the owner and group to be apache on the webserver, but be my username on my local computer. Any suggestions?

I wanted to clarify to explain exactly what I need done.

My personal computer: named ‘home’ with the user account ‘michael’
My web server: named ‘server’ with the user account ‘remote’ and user account ‘apache’

Current situation: My website is on ‘home’ with the owner ‘michael’ and on ‘server’ with the owner ‘apache’. ‘home’ needs to be using the user ‘michael’ and ‘server’ needs to be using the user ‘apache’

Task: rsync my website on ‘home’ to ‘server’ but have all the files owner by ‘apache’ and the group ‘apache’

Problem: rsync will preseve the permissions, owner, and group; however, I need all the files to be owner by apache. I know the not preserving the owner will put the owner of the user on ‘server’ but since that user is ‘remote’ then it uses that instead of ‘apache’. I can not rsync with the user ‘apache’ (which would be nice), but a security risk I’m not willing to open up.

My only idea on how to solve: after each rsync manually chown -R and chgrp -R, but it’s a huge system and this takes a long time, especially since this is going to production.

Does anyone know how to do this?

Current command I use to rsync:

rsync --progress -rltpDzC --force --delete -e "ssh -p22" ./ remote@server.com:/website
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T10:22:44+00:00Added an answer on June 6, 2026 at 10:22 am

    There are hacks you could put together on the receiving machine to get the ownership right — run ‘chmod -R apache /website’ out of cron would be an effective but pretty kludgey option — but instead, I’d recommend securely allowing rsync-over-ssh-as-apache.

    You’d create a dedicated ssh keypair for this:

    ssh-keygen -f ~/.ssh/apache-rsync
    

    and then take ~/.ssh/apache-rsync.pub over to the webserver, where you’d put it into ~apache/.ssh/authorized_keys and carefully specify the allowed command, something like so, all on one line:

    command="rsync --server -vlogDtprCz --delete . /website",from="IP.ADDR.OF.SENDER",no-port-forwarding,no-X11-forwarding,no-pty ssh-rsa AAABKEYPUBTEXTsVX9NjIK59wJ+fjDgTQtGwhATsfidQbO6u77dbAjTUmWCZjKAQ/fEFWZGSlqcO2yXXXXXXXXXXVd9DSS1tjE6vAQaRdnMXBggtn4M9rnePD2qlR5QOAUUwhyFPhm6U4VFhRoa3wLvoqCVtCV0cuirB6I45On96OPijOwvAuz3KIE3+W9offomzHsljUMXXXXXXXXXXMoYLywMG/GPrZ8supIDYk57waTQWymUyRohoQqFGMzuDNbq+U0JSRlvLFoVUZ5Piz+gKJwwiFwwAW2iNag/c4Mrb/BVDQAyEQ== comment@email.address
    

    and then your rsync command on your “home” machine would be something like

    rsync -av --delete -e 'ssh -i ~/.ssh/apache-rsync apache@server' ./ /website
    

    There are other ways to skin this cat, but this is the clearest and involves the fewest workarounds, to my mind. It prevents getting a shell as apache, which is the biggest security concern, natch. If you’re really deadset against allowing ssh as apache, there are other ways … but this is how I’ve done it.

    References here: http://ramblings.narrabilis.com/using-rsync-with-ssh, http://www.sakana.fr/blog/2008/05/07/securing-automated-rsync-over-ssh/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to create a select list, preserving the state, which is not part
First, I understand that an image cannot be copied from a local machine into
I have a few questions so please bear with me. I need some help
I understand that PHP stores a user's session id in a cookie called PHPSESSID
I understand the purpose of both kernel and user mode, and how transitions from
I have spent a lot of time looking for a solution, but could not
I understand that sessions in HTTP is stateless and hence we have methods like
I understand the notion of applying filters to images using APIs. However, in regards
I understand what a delegate does in iOS, and I've looked at sample code,
I understand the concept of interfaces, however I often find it difficult to find

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.