search for: auvz

Displaying 11 results from an estimated 11 matches for "auvz".

Did you mean: auv
2002 Apr 22
3
no output from perl script
...nt " This command will DELETE EVERYTHING in Remote~/Research UNLESS it is also found in Local~/Research. Do you really wish to do this? [N/yes]: "; $answer = <STDIN>; chomp $answer; if ( $answer eq "yes" ) { print "\nOK, here we go.\n"; `rsync -auvz --progress --delete -e ssh Remote:/home/user/rsync-testing /home/user` } else { print "\nabort mission\n"; } ____________________________ Thanks for the help. -Rob
2010 Nov 04
2
Copying root partition
I recently transferred the / partition on my CentOS server from a small disk to a large disk, using "rsync -auvz". This works fine, except that I get dozens of selinux warnings when I re-boot. I'm running selinux in permissive mode. Is there any way to make sure that all the files in a partition are kosher as far as selinux is concerned? -- Timothy Murphy e-mail: gayleard /at/ eircom.net tel: +...
2009 Jan 23
2
Soft link trouble with rsync on SGI
...n to get it installed. Problem: Rsync seems to always synch soft links instead of only synching "new" ones. I have 2 machines and I run 2 rsync commands from one of them to keep them in synch. First I rsync to the remote box and have it send the local side all new stuff (rsync -auvz) and then I rsync from the local box and send the local new stuff back. This works really well for standard files and directories... but it breaks on soft links. On the first rsync I will get an older link from the remote site copied over a newer link on the local side. It seems to always synch...
2012 Jun 18
3
change UID+GID on target system?
...googled about my problem and found some hints but not a complete solution. Situation: On laptop 1, I am user oub (uid=1000) and in the sudo list. I connect an USB drive (jfs file system), its get automatically mounted with the correct uid. I copy files with rsync from laptop 1 to the USB. ( rsync -auvz --progress /home/oub/files /media/usb ) However: On laptop 2, I am user oub (uid=1002) and in the sudo list. Now when I connect the USB (jfs file system) its get automatically mounted however as uid=1000 which is another user on Laptop2. There is a patch for mount which allows to set the UID and G...
2001 Sep 27
1
Slow rsync
...aling about 2.5MB and it took longer than wanted to wait. Currently I mount the mirrored directories from the second mirrored server with smbfs and use rsync from the mounted directories. So this isn't a major issue to me. I use the following options with rsync. directly over network: rsync -auvz from the mounted smb shares: rsync -av -W Any ideas why there is such a huge difference on the two methods? --petri--
2002 Apr 08
4
problem with -u option
...e. I have a local computer that most work gets done on. I wanted to set rsync to run nightly with a cron job to sync data, and then promptly run again in the other direction so as to get the most update files on both computers. I thought the following would work, but it doesn't seem to. rsync -auvz --progress -e ssh account@distantcomp:~/rsync-testing /home/rob rsync -auvz --progress -e ssh ~/rsync-testing account@distantcomp:~/ The receiving computer gets its files overwritten, whether they are newer or not. The only thing I can think of (other than the more likely fact that I made some bo...
2002 Apr 16
3
Update: WARNING: --rsh or -e option ignored when connecting to rsyncdaemon]
...rying to connect via rsync to host as axlink and start a 'rsync --sender' process, to transfer data within the ssh process. "rsync -auve ssh -z --port=22 --password-file=/export/home/tester01/rsync.pwd /export/home/tester01/. axlink@host:/home/axlink/rs" should be "rsync -auvz --password-file=/export/home/tester01/rsync.pwd /export/home/tester01/. axlink@host::/home/axlink/rs" You don't use an external transport (-e ssh) to go to a rsync daemon. --port=22 implies that you don't have ssh, but rather rsyncd on port 22. rsyncd ordinarily listens on port 873,...
2008 Apr 07
3
rsync question
Hi folks, I've been trying to wrap my head around this for a bit, done my googling and archive searching but I still can't seem to 'get' it. Here goes: I've a spare drive in my CentOS5.1 box, which (for testing now) I mount manually under /mnt/backup I want to backup the /home tree to that box nightly via rsync (cronjob), so I tried this: rsync -avrogz /home/
2002 Feb 06
1
rsync usage... and I did RTFM
Hey folks, I've been through the rsync documentation, and to the best of my ability, I dont see how to do exactly what I wish to do. I'd go through the mailing list archives, but there doesnt seem to be a search function. Essentially, I need to rsync securely between some sites, but I want logs written. The problem is, it appears that using rsyncd is the only way to get logs, but if
2014 Dec 17
1
Differing behaviour on consecutive runs
...s and run it again it copies all the files again. I'm trying to determine what's making it think the files are not up-to-date. I have all the debug flags turned on. Am I missing something that will let me know what rsync is thinking? My command-line is: rsync --info=all4 --debug=all4 -auvz --modify-window=1 ./src/dir/ server:path/to/dst/dir/ On the good run I see this in the output: ... generator starting pid=3205 delta-transmission enabled recv_generator(.,0) recv_generator(.,1) recv_generator(604-001-bg.jpg,2) 604-001-bg.jpg is uptodate recv_generator(604-001-l.jpg,3) 604-001-l.j...
2002 May 13
4
Help please... rsync 2.5.5 on Solaris 2.7
Hi all, I have just re-joined the list. I have been using Rsync on my Linux servers for a number of years now without fault. I now have the need to Rsync data between two Solaris 2.7 servers. This has got me stumped... Hoping that someone might have a quick answer for me? bash-2.03$ rsync -auvvvz sydney:/sun /sun opening connection using remsh sydney rsync --server --sender -vvvulogDtprz . /sun