search for: avzie

Displaying 6 results from an estimated 6 matches for "avzie".

Did you mean: avze
2012 Jun 03
1
[Bug 8973] New: --delete or similar (--delete-after / --delete-before) does not work if used after --rsh
...Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: atajsic at gmail.com QAContact: rsync-qa at samba.org Testing Environments rsync -avzie --delete --rsh="ssh -p 1234 -i /home/username/.ssh/user-rsync-key" rsync at example.com:/var/www/ /media/Files/Backups/rsync/www/ This will copy, and update files as expected, however will not delete the files on the local machine if they no longer exist on the remote. However, by movin...
2015 Sep 10
2
Doubt on usage of rsync for chown of existing folders
Hi, Please, I am using rsync to synchronize local machine with remote machine. I already have some files copied. Now I have to change the ownership from existing files in the destination folder. I tried the following options but it did not worked. Can you please help me with other options or alternatives ? --perms --chown=user:group --chmod=777 --exclude-from=$EXCLUDES -avzi
2015 Sep 10
2
Doubt on usage of rsync for chown of existing folders
Hi Kevin, Thank you very much. I changed my user in the remote machine (su). Then, by trying again with rsync but with no modification in the source folder, I see that file ownership continues the same. Would be possible for rsync to change the ownership in this case (I am not root) ? Thanks, Regards,CJ Em Quinta-feira, 10 de Setembro de 2015 20:01, Kevin Korb <kmk at
2015 Sep 10
0
Doubt on usage of rsync for chown of existing folders
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Rsync does not change anything on the source. Only on the target. Only root can change the ownership of a file. On 09/10/2015 07:16 PM, Celso de Sousa Junior wrote: > Hi Kevin, > > Thank you very much. I changed my user in the remote machine (su). > > Then, by trying again with rsync but with no modification in the > source
2015 Sep 10
0
Doubt on usage of rsync for chown of existing folders
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The syntax looks correct. However, note that only root can chown. You must be running rsync on the target end as root for --chown or - --owner to work. If you aren't using root access then just run the target rsync as the user you want the files to be owned by and it will have no choice. On 09/10/2015 06:42 PM, Celso de Sousa Junior wrote: >
2015 Sep 11
1
Doubt on usage of rsync for chown of existing folders
Hi I would like to have changes (chown) in the destination. However, some files did not changed size or rights. All files should have new owner. Thanks, Regards,CJ Em Quinta-feira, 10 de Setembro de 2015 20:26, Kevin Korb <kmk at sanitarium.net> escreveu: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Rsync does not change anything on the source.  Only on the target. Only