Displaying 14 results from an estimated 14 matches for "avzh".
Did you mean:
avz
2019 Mar 08
5
rsync /old/server new/server ?
I have Centos 7 with dovecot/postfix/mysql Maildir
I want to bring in a new server, new server will have same hostname as
current, but, different IP
I was intending to
rsync -avzhe ssh vmail at oldserver:/var/vmail/vmail1 /var/vmail/vmail1
and, then, re run as necessary when/if mail still arrives on old server
is that "a good plan" ...?
TIA, V
2005 Nov 28
1
Replacing directories with symbolic links
...decided to replace a directory with a symlink, but rsync doesn't seem
to delete the directory on the backup machine if that happens.
I tried to reproduce the problem:
server1:~ # mkdir /tmp/test
server1:~ # touch /tmp/test/foo
server1:~ # touch /tmp/test/bar
server1:~ #
backuphost:~ # rsync -avzH server1:/tmp/test .
receiving file list ... done
test/
test/bar
test/foo
sent 70 bytes received 164 bytes 468.00 bytes/sec
total size is 0 speedup is 0.00
backuphost:~ #
server1:~ # mv /tmp/test /tmp/test2
server1:~ # ln -s /tmp/test2 /tmp/test
server1:~ #
backuphost:~ # rsync -avzH server1:/...
2007 Jul 11
0
DO NOT REPLY [Bug 2294] Detect renamed files and handle by renaming instead of delete/re-send
...-----------------------------------------------
CC| |boris@folgmann.de
------- Comment #6 from boris@folgmann.de 2007-07-11 09:50 CST -------
I'm using rsync 2.6.9 to archive rotated log files to another machine, like
Bill wrote. I tried
rsync -avzh --partial --fuzzy src dest
and
rsync -avzh --partial --delete --fuzzy --delete-after src dest
but both calls always copy all renamed/rotated log files. And of course the
files are still in the same directory after being rotated! The logs are very
large (several gigs) so it takes too long to be a...
2011 May 14
1
default destination of files with no :/ path on the server
I have accidentally uploaded some files to a VPS server using rsync
through an ssh transport mechanism. I used the following command to
upload the files:
rsync -avzh --progress /srv/source-path root at server
The directory exists on the host server as subsequent file runs don't
transfer data.
The hosting company has done some investigation and can't locate the
files on the host OS either.
Not sure if they have checked the host os / but they have checke...
2011 Nov 14
2
Not all files copied
...transfer files from the current server to the new
server. The rsync daemon didn't want to start on the older server via inetd.
Not a big deal, I just manually started it.
The first directory being copied is /home. Root is running the rsync program
on the new server. The rsync options are: -avzH
For the most part, all of the directories are being copied, but there are
files that it refuses to copy. For example:
-rw------- 1 brown 146 Jul 31 20:58 .TTauthority
Any file that is 600 it will leave behind and list it as permission denied.
Root is doing the work on both ends, a...
2011 Feb 09
1
rsync permission denied , without changing apache user and group setting
Hi
i got two server webserver1 and webserver2 i want to rsync some data form
webserver1 to webserver2 using a user called syncuser
( syncuser is added to the group apache : adduser -G apache syncuser )
here is my command :
[root at web1 projects]# rsync -avzh /var/www/projects/beta-website1
syncuser at web2server:/var/www/projects
syncuser at web2server password:
building file list ... done
beta-website1
rsync: failed to set times on "/var/www/projects/beta-website1": Operation
not permitted (1)
beta-website1/index.html
rsync: mkstemp "/v...
2017 Jul 11
1
Problem with download from local mirror
Thanks for consideration
I use this command for update my repo
rsync -avzH --delete-after centos.mirror.angkasa.id::centos
/home/centos/ --log-file=/var/log/rsync/rsync.log.$(date +%Y%m%d%H%m%S)
Best Regard
Mohsen
On Mon, Jul 10, 2017 at 11:32 PM, Marcelo Roccasalva <
marcelo-centos at irrigacion.gov.ar> wrote:
> On Mon, Jul 10, 2017 at 3:49 PM, mohse...
2009 Sep 03
6
rsync
Hi
?
I put the rsync in cronjob
but it won't work
?
in root user cron
?
*/30? * * * *? /home/chloe/rsy.sh >/dev/null 2>&1
?
1/ why it needs pw when I run this rsy.sh in root?
but if I run it in chloe user, it doesn't need pw as I put authoized_key in remote host chloe
?
2/ why this root cronjob is not working? what wrong? I can't see this cron in message
?
the rsy.sh is
2019 Mar 08
0
rsync /old/server new/server ?
....3.2019 13.44, Voytek Eymont via dovecot wrote:
>
>> I have Centos 7 with dovecot/postfix/mysql Maildir
>>
>>
>> I want to bring in a new server, new server will have same hostname as
>> current, but, different IP
>>
>> I was intending to
>> rsync -avzhe ssh vmail at oldserver:/var/vmail/vmail1 /var/vmail/vmail1
>>
>> and, then, re run as necessary when/if mail still arrives on old server
>>
>>
>> is that "a good plan" ...?
>>
>> TIA, V
>>
>>
> Yeah, it's ok as long as you ha...
2019 Mar 08
0
rsync /old/server new/server ?
...ecot wrote:
>>
>>> I have Centos 7 with dovecot/postfix/mysql Maildir
>>>
>>>
>>> I want to bring in a new server, new server will have same hostname as
>>> current, but, different IP
>>>
>>> I was intending to
>>> rsync -avzhe ssh vmail at oldserver:/var/vmail/vmail1 /var/vmail/vmail1
>>>
>>> and, then, re run as necessary when/if mail still arrives on old server
>>>
>>>
>>> is that "a good plan" ...?
>>>
>>> TIA, V
>>>
>>>
>...
2019 Mar 13
0
rsync /old/server new/server ?
On 3/8/2019 4:44 AM, Voytek Eymont via dovecot wrote:
> I have Centos 7 with dovecot/postfix/mysql Maildir
>
> I want to bring in a new server, new server will have same hostname as
> current, but, different IP
>
> I was intending to
> rsync -avzhe ssh vmail at oldserver:/var/vmail/vmail1 /var/vmail/vmail1
>
> and, then, re run as necessary when/if mail still arrives on old server
>
> is that "a good plan" ...?
What I did when I migrated my mail service to a new server:
Preparatory steps:
* Made sure new server...
2015 Feb 18
0
Preserve ACLs Changing Group. File Cannot Be Opened on Destination
...computers, I find some files have their ACLs changed and cannot then be opened.
I am using the following command. My goal is to be able to read/write/edit any local or remote file from any machine. Until recently this worked just fine, but now some files cannot be opened once rsync'd.
rsync -avzh --progress --delete --super -A --exclude='~$*' '/cygdrive/d/claus.a' /cygdrive/x
D is the drive on the remote computer I am currently using, X is its mirror on another remote computer.
When RSYNC'ing I get the following for the files that will not open, after it shows the fil...
2017 Jul 10
2
Problem with download from local mirror
Hello Dear
I have lunched a local mirror but, I have a problem when I want to
download package from it , I get this error when I run "yum update"
failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try.
http://centos.local/7/os/i386/repodata/repomd.xml: [Errno 14] HTTP Error 4
04 - Not Found
I do not Find out what is problem?
I haved installed centos 7
2013 Apr 22
4
[Bug 9823] New: Permission denied as root when no read for other
...dr-xr-xr-x. 25 root root 4096 Apr 18 13:31 ..
-rw-r--r--. 1 root root 0 Apr 18 13:31 myNiceFile
Edit the config file
# cat /etc/rsyncd.conf
[test-rsync]
path = /test/
Start the daemon as root:
# rsync --daemon
Run the sync (on the localhost) also as root:
# rsync -avzH localhost::test-rsync /tmp/
receiving incremental file list
rsync: change_dir "/" (in test-rsync) failed: Permission denied (13)
sent 4 bytes received 6 bytes 20.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see pre...