Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-30-2007, 07:23 AM
|
#1
|
|
LQ Newbie
Registered: Nov 2007
Posts: 7
Rep:
|
Rsync set permissions destination
Hi Everyone,
I'm using rsync to backup all of the websites we have. It's logging in with ssh and using ssh keys so it all goes smoothly.
I like to change the permissions, ownership and group this command is setting on the downloaded files. These permissions, ownerships and groups are completly different from the one we use on the server. Is it possible to make this happen within the rsync command? Or should i run a shell script afterwards to change this?
This is the adjusted (for security reason) command I'm using:
rsync -rlvz --size-only --update --exclude="*\.zip" --exclude="*_-_*" --owner=admin --group=nobody --chmod=a+rwx,g+rwx,o+r -e 'ssh -i [ssh key]' [user]@[server]:[source] [destination]
My quess is that --owner=admin --group=nobody doesn't exists and should be used in the form --owner --group for perserving the ownership and group of the source.
I think the option --chmod=a+rwx,g+rwx,o+r is correct, but strange enough it doesn't change the persmissions to 774. Can someone help me?
Thanks Arian
|
|
|
|
11-30-2007, 07:41 AM
|
#2
|
|
Guru
Registered: Jan 2001
Posts: 24,128
Rep: 
|
If these are backups, I'd say you may want to preserve the unique ID's and Permissions on these files so if or when you need to restore, they'll be intact as their original owner and permission without any interaction.
If you do insist on changing the permissions, might want to somehow write a script that knows how to revert back before a restore.. 
|
|
|
|
11-30-2007, 07:52 AM
|
#3
|
|
LQ Newbie
Registered: Nov 2007
Posts: 7
Original Poster
Rep:
|
When data needs to be restored it will be restored ftp, which will set the right permissions after uploading. So we don't care about losing the original ownerships and permissions.
Do you know how I can change the permissions, ownerships and groups on the downloaded files? What is wrong with the command I'm using?
|
|
|
|
09-30-2010, 02:05 AM
|
#4
|
|
LQ Newbie
Registered: Oct 2009
Posts: 1
Rep:
|
i try this
--chmod=a+rwx,g+rwx,o-wx, resulting in 774
Last edited by hendrohwibowo; 09-30-2010 at 02:05 AM.
Reason: typo
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:28 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|