search for: auv

Displaying 20 results from an estimated 28 matches for "auv".

Did you mean: aug
2010 Jul 20
2
Rsync sequence
...e night to allow for a more efficient backup. I know I could just run them at different times in the same night, but I don't want to chance one not completing before the other starts. Can I just list them one after the other like so in crontab -e: # m h dom mon dow command 00 4 * * 7 rsync -auv --delete /Godfather/Music /Backup rsync -auv --delete /Godfather/Documents /Backup rsync -auv --delete /Godfather/Setups /Backup rsync -auv --delete /Godfather/Pictures /Backup rsync -auv --delete /Godfather/Backups /Backup...
2002 Nov 08
1
Rsync Re: Trailing /
...must admit some of my scripts probably have both trailing and non-trailing "/". But just played around until it was mirroring into the correct directory. Lachlan. At 18:20 07/11/02 -0500, you wrote: >It appears that the trailing slash in the source is being ignored: > >rsync -auv clam::root/usr/local/bin/ /tmp/bin > >ends up with files under /tmp/bin/bin >where > >rsync -auv clam:/usr/local/bin/ /tmp/bin > >works as expected. > >rsync -auv 'clam::root/usr/local/bin/*' /tmp/bin > >also works as expected. > > >-- >To un...
2008 Nov 27
3
rsync to mirrors failing
I try: rsync -auv rsync://mirrors.kernel.org/centos/5.2/updates/i386/ ..... And get rsync: read error: Connection reset by peer (104) rsync error: error in rsync protocol data stream (code 12) at io.c(614) [receiver=2.6.8] And then, if I keep trying, eventually rsync 'works' and I get my updates. What...
2004 Sep 07
3
RSync + SSH tunneling through firewall
Dear RSYNCians, I'm trying to rsync my labtop pc (let's assume A-computer) with my desktop pc (let's assume C-computer) through our firewall. In between there is one computer (let's assume B-computer) that has an open port, so I theoretically could connect via a tunnel. I checked the SSH- website and internet and so on but did not find an answer that works. I tried the
2002 Nov 08
0
Trailing /
It appears that the trailing slash in the source is being ignored: rsync -auv clam::root/usr/local/bin/ /tmp/bin ends up with files under /tmp/bin/bin where rsync -auv clam:/usr/local/bin/ /tmp/bin works as expected. rsync -auv 'clam::root/usr/local/bin/*' /tmp/bin also works as expected.
2003 Jul 31
2
rsync 2.5.6 globbing bug
$ rsync -auv \ ftp.funet.fi::CPAN/modules/by-category/05_Networking_Devices_IPC/Net/* . \ | grep -v MOTD: rsync: connection unexpectedly closed (1598 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) This is because the array used to hold the expanded filename glob (ar...
2005 Oct 12
1
Rsync over SSH-tunnel A->B->C using daemon on C
...cipt I now use is: # On HOST_A the following commands are executed # Start rsync daemon on HOST_C and check rsyncd.conf file ssh HOST_B ssh HOST_C rsync --daemon ssh HOST_B ssh HOST_C cat /etc/rsycd.conf # Create SSH-tunnel ssh -fN -l myusername -L 8873:HOST_B:8873 HOST_C # Rsync folders rsync -auv rsync://HOST_C:8873/module_on_HOST_C/folder_on_HOST_C /folder_on_HOST_A # Close rsync daemon on HOST _C and SSH-tunnel ssh HOST_C killall rsync killall ssh Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
2009 Aug 18
2
rsync 3.0.4 under cygwin: problems with --exclude
...m trying to backup a disk using rsync but I need to exclude some folder. I'm using rsync 3.0.4 under cygwin on a winxp machine. The script that I use is: # ---------------------------------------------------------------- # SRCDIR=/cygdrive/d LOGDIR=/cygdrive/f BCKDIR=/cygdrive/f/Backup rsync -auv --progress --delete --delete-excluded --log-file=$LOGDIR/`date +%Y%m%d`.log --exclude from='/cygdrive/f/.bak_exclude' $SRCDIR/ $BCKDIR # ---------------------------------------------------------------- # and my file where there is the list of excluded folders looks like: # ---------------...
2008 Nov 12
3
Rsyncing UPdate repo yoyoing
It has been crazy this past week how a rsync on the update repo keeps downloading a number of openoffice.org rpms then deleting them. And the repodata directory seems to be messed up so that I have problems on some systems doing updates with it. My rsync script is: #!/bin/sh rsync -auv rsync://mirrors.kernel.org/centos/5.2/updates/i386/ \ --delete --exclude=debug/ /repos/centos/5.2/updates/i386 Oh, and today we have announcement of some Centos 5 updates, but nothing available yet.
2002 Apr 16
3
Update: WARNING: --rsh or -e option ignored when connecting to rsyncdaemon]
...--daemon process. Your rsyncd.conf file is fine, too. The problem is that you aren't calling your rsync daemon from your commandline. You are trying 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...
2006 May 04
0
quota 101
...ota /proc/mounts /dev/sda6 /home ext3 rw,nosuid,nodev,noatime,data=ordered,usrquota 0 0 % quotacheck -av quotacheck: Scanning /dev/sda6 [/home] done quotacheck: Checked 4906 directories and 21239 files quotacheck: Checked 4906 directories and 21239 files % edquota -F vfsv0 theo [...] % quotaon -auv -F vfsv0 quotaon: using /home/aquota.user on /dev/sda6 [/home]: No such process quotaon: Quota format not supported in kernel. ...running strace(1) on it: % strace quotaon -auv -F vfsv0 open("/home/aquota.user", O_RDONLY|O_LARGEFILE) = 3 _llseek(3, 0, [0], SEEK_SET) = 0 read(...
2007 Oct 04
3
Rsync not able to transfer over jumbo frames?
...rring files between the two so I enabled jumble frames by setting the mtu to 9000. I seem to be able to connect between the two via ssh and other methods using this setting so I thought everything was working right until I tried rsync. I used the following command and got the error below: # rsync -auv -e 'ssh' root@192.168.30.20:/srv/data /srv/data Password: receiving file list ... Read from remote host 192.168.30.20: Connection reset by peer rsync: connection unexpectedly closed (8 bytes received so far) [receiver] rsync error: unexplained error (code 255) at io.c(459) [receiver=2.6.8]...
2019 Nov 14
2
hardlinking missing files from src to a dest: didn't work way I thought it would.
...with a bunch, mostly 'noarch'. Some of the noarch files are already in the x86_64 dir and don't want to overwrite them. They are on the same physical disk, so really, just want the new 'noarch' files hardlinked into the destination. sitting in the noarch dir, I tried: rsync -auv --ignore-existing \ --link-dest=/tumbleweed/. . /tumbleweed/. I'm not "too" surprised since technically I asked for it to synchronize them, then link them into the same dir, but thought it would at least say something or create the link, but neither happened. I really didn...
2002 Feb 13
2
large file error is now SIGUSR1 or SIGINT error
...eelab/NCBI_Data_old/GenBank/htg write failed on leelab/NCBI_Data_old/GenBank/htg : Error 0 rsync error: error in file IO (code 11) at receiver.c(243) Received signal 16. (no core) rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229) The command I am running is: /usr/local/bin/rsync -auv --delete --rsh=/usr/bin/ssh lpgfs104:/share/group/* /share/group/ > An update on this problem... I get the error below (and the error I > reported previously) when running rsync 2.5.2 compiled from > source. I saw > different behavior when I used the rsync 2.5.2 binary > compil...
2006 Mar 18
1
ext3 - max filesystem size
Hi all, I am working with a pc cluster, running redhat el 4, on opteron cpus. we have several bigger RAID systems locally attached to the fileservers; now I would like to create a big striped filesystem with around 15TB. ext3 unfortunatelly only supports filesystem size up to 8TB, do you have an idea if / when this border will be increased ? I already found some discussions on LKML about it ?
2009 Jan 18
1
rsync-phenomenon
..., the external disk is FAT32 (I want to use this disk also on my Notebook running WinXP, connected via USB). I use rsync version 2.6.9 protocol version 29 the external disk is mounted via mount -t vfat -o uid=1000,gid=100 /dev/sdb1 /media/backup This is the command in my script: rsync -auv --progress --modify-window=1 --exclude=\.* ~/ /media/backup/Linux/USER This works with the effect I described above. A little modification: source is now: ~/MP3 destination is now : /media/backup/Linux/USER/MP3 everything works. For the first time it copies all the files to the d...
2007 Dec 23
1
Update repo rsync but no new repodata?
...ew set of files in the repodata directory. Thus when I did a yum update against my local repo, I did not get the new version of Thunderbird. I will note that the files on my local repo are dated Dec 20th and the ones on mirrors are dated Dec 21st. The command I am using is: #!/bin/sh rsync -auv rsync://mirrors.kernel.org/centos/5.1/updates/i386/ \ --delete --exclude=debug/ /repos/centos/5.1/updates/i386 Oh, and the old version of Thunderbird was not deleted....
2005 Sep 30
1
Unexpected disconnect?
My job, rsync -auv --exclude ".snapshot" --delete --safe-links /NFSvol/bam1/vg1/home1 /Volumes/xraid3/bam1/vol1/ >/var/local/log/bam1home1.log 2>&1 is several times with the following message, Invalid checksum length 1913126912 rsync error: protocol incompatibility (code 2) at /SourceCache/r...
2002 Sep 17
0
Rsync on window NT
...trying to set up rsync on a windows nt 4.0 server with service pack 6. I followed the instructions and was able to get rsync setup. What my problem is when i tried to rsync a directory from the windows machine with linux i get a error states no module. i use the following rsync command: rsync -auv --parital --delete --exclude ',*' 12.6.101.164::c:\rsync /home/test/testbackup is there anything i need to do. thanks Bill Nash.
2002 Oct 16
0
rsyncd treats symlinks differently
...ersion 2.4.6 and my rsyncd.conf is as follows: [nysync] path = / read only = false uid = 0 gid = 1 use chroot = false list = false hosts allow = sadmin.bfm.com transfer logging = true The command I am using is: /usr/local/bin/rsync -auv --delete --exclude old /applications/ny_dev_apps01/dir/ RemHost::nysync/ny_fre01/local/dir/ Help ? -- Karl A. Wieman voice: 212-409-3371 Director, Technology fax: 212-407-5697 BlackRock Financial Management Inc. e-mail: kwieman@blackrock.com &quot...