Displaying 20 results from an estimated 162 matches for "make_file".
2007 Aug 29
6
RSYNC Hang on client match_sums
...- ~$*)
[client] add_rule(- *.bak)
backup_dir is previous_version/
opening tcp connection to xxx.yyy.zzz.aaa port 873
opening connection using --server -vvvvbtr --backup-dir previous_version
--delete . bambckp/bam/
(Client) Protocol versions: remote=29, negotiated=29
building file list ...
[sender] make_file(tmpal,*,2)
[sender] make_file(tmpal/Joom!Fish1.7,*,2)
[sender] make_file(tmpal/Joom!Fish1.7.zip,*,2)
[sender] make_file(tmpal/maj,*,2)
[sender] make_file(tmpal/maj.zip,*,2)
[sender] make_file(tmpal/Joom!Fish1.7/admin.joomfish.html.php,*,2)
[sender] make_file(tmpal/Joom!Fish1.7/admin.joomfish.php,*,...
2005 Jul 07
1
rsync 2.6.4 - directory always updated
Hi,
I'm trying to figure out why when I do an rsync (Solaris, version
2.6.4 on both sides) from a site on the West Coast of the US to a site
on the East coast, I keep getting directories updated when I use the
command like this:
# rsync -ar -v -v -i -O --force --delete --exclude=.snapshot --stats \
src:/sysic/lib/freedomlib_V100/ /sysic/lib/freedomlib_V100/
And I get output like this,
2006 Oct 11
4
"Invalid file index" failures, suspicious index numbers
...running the backup with super verbosity (-vvv) at both ends; not sure
if this will be of any use, but here are some relevant bits of output:
* It transfers the files list like so; this continues on for many
thousands of lines:
receiving file list ...
server_sender starting pid=8651
[sender] make_file(.,*,2)
recv_file_name(.)
[sender] make_file(lost+found,*,2)
recv_file_name(lost+found)
[sender] make_file(boot,*,2)
recv_file_name(boot)
[sender] make_file(dev,*,2)
recv_file_name(dev)
[sender] make_file(proc,*,2)
recv_file_name(proc)
[sender] make_file(tmp,*,2)
recv_file_name(tmp)
[sender] make_fi...
2007 Jul 20
6
DO NOT REPLY [Bug 4807] New: No transfer of single files out of a module on Itanium IA64
...tcp connection to an1nlf4b port 873
opening connection using --server --sender -vvvvL --list-only .
root_s9_6_3_0_5/rsync.exclude
(Client) Protocol versions: remote=29, negotiated=29
note: iconv_open("HP-ROMAN8", "HP-ROMAN8") succeeded.
server_sender starting pid=29411
[sender] make_file(.,*,2)
recv_file_name(.)
[sender] make_file(C,*,2)
recv_file_name(C)
[sender] make_file(LocalDisk,*,2)
recv_file_name(LocalDisk)
[sender] make_file(TopFiles,*,2)
recv_file_name(TopFiles)
[sender] make_file(bin,*,2)
recv_file_name(bin)
[sender] make_file(boot,*,2)
recv_file_name(boot)
[sender] make_...
2005 Jan 05
2
buffer overflow in recv_exclude_list using rsync under windows?
Hi,
First post to the list, so please feel free to set me straight if I'm not
following some protocol or other :o)
We need to use rsync to send files to a client, being a Windows user, we
decided to try both the cwrsync implementation and also a straight
cygwin/rsync install. I'm experiencing the following errors:
using cygwin implementation:
$ sh clientupload.sh
2002 May 29
1
Rsync doing nothing and no error message
...me/cadmgr/bin/rsync -avuz --delete -v -v -v -v -v -v -v -v -v /export/home1/Modules mecc29:/export/home3 > 27.log
cmd= machine=mecc29 user= path=/export/home3
cmd=remsh mecc29 rsync --server -vvvvvvvvvvulogDtprz --delete . /export/home3
local_version=24 remote_version=24
building file list ... make_file(4,Modules)
make_file(4,Modules/share)
make_file(4,Modules/share/init)
make_file(4,Modules/share/init/bash)
make_file(4,Modules/share/init/csh)
make_file(4,Modules/share/init/ksh)
make_file(4,Modules/share/init/perl)
make_file(4,Modules/share/init/sh)
make_file(4,Modules/share/init/tcsh)
make_file(4...
2008 Apr 30
2
rsync copying over existing files
...ist on the
destination.
Any ideas on why this is happening? even using the same options, but with a
different destination path.
I have tried using -vvv, but it doesn't make much sense to me..
Below is the logs:
to local folder:
[client] add_rule(- *:*)
sending incremental file list
[sender] make_file(backup,*,2)
send_file_list done
[sender] make_file(backup/EDC3.1.4.dmg.zip,*,2)
[sender] make_file(backup/SLES-10-x86-CD1.iso,*,2)
[sender] make_file(backup/stage2.img,*,2)
[sender] make_file(backup/wget,*,2)
send_files starting
server_recv(2) starting pid=14511
recv_file_name(backup)
received 1 na...
2010 Feb 05
1
Error 11: can not backup /var/lib/zope2.9
...cassiopeia -p 22 -o
StrictHostKeyChecking=no -o ConnectTimeout=60 -l root boulder.mtr.mynet r
sync --server --sender -vvvlWogDtprze.iL . /var/lib/zope2.9
receiving file list ...
[sender] add_rule(- dvd/)
[sender] add_rule(- tmp/)
[sender] add_rule(- *.vdi)
server_sender starting pid=23358
[sender] make_file(zope2.9,*,2)
recv_file_name(zope2.9)
[sender] make_file(zope2.9/zeo,*,2)
recv_file_name(zope2.9/zeo)
[sender] make_file(zope2.9/myextensions,*,2)
recv_file_name(zope2.9/myextensions)
[sender] make_file(zope2.9/instance,*,2)
recv_file_name(zope2.9/instance)
[sender] make_file(zope2.9/myextensions/CM...
2007 Nov 09
1
Rsync 3.0.0pre5 released
I've just released rsync 3.0.0pre5, the latest pre-release version of
the upcoming 3.0.0 release.
Things are progressing well in our efforts to stamp out bugs for the
final release. Please keep up the good work in testing this and sending
email to the rsync mailing list with your questions, comments, bug
reports, etc. Thanks!
You can download the tar file and its signature from here:
2007 Nov 09
1
Rsync 3.0.0pre5 released
I've just released rsync 3.0.0pre5, the latest pre-release version of
the upcoming 3.0.0 release.
Things are progressing well in our efforts to stamp out bugs for the
final release. Please keep up the good work in testing this and sending
email to the rsync mailing list with your questions, comments, bug
reports, etc. Thanks!
You can download the tar file and its signature from here:
2002 Sep 17
2
'error in rsync protocol data stream' - Tim Conway
...th
two tasks in execution thus:
root 3178 0.1 0.9 1796 868 pts/1 S 09:57 0:00
/usr/bin/rsync -vvva --delete --exclude=root/snapsh
root 3179 0.0 0.6 1628 632 pts/1 S 09:57 0:00
/usr/bin/rsync -vvva --delete --exclude=root/snapsh
and the last data rsync put out was:
make_file(4,var/adm/fillup-templates/i4l.templ)
make_file(4,var/adm/fillup-templates/i4l_b1.templ)
make_file(4,var/adm/fillup-templates/i4l_default.templ)
make_file(4,var/adm/fillup-templates/i4l_hardware.templ)
make_file(4,var/adm/fillup-templates/i4l_hisax.templ)
make_file(4,var/adm/fillup-templates/i4l_ic...
2009 Aug 18
2
rsync 3.0.4 under cygwin: problems with --exclude
...------------------------- #
[client] parse_filter_file(/cygdrive/f/.bak_exclude,0,3)
[client] add_rule(-s /cygdrive/d/Software/)
[client] add_rule(-s /cygdrive/d/Intel/)
[client] add_rule(-s /cygdrive/d/Sysprep2003/)
[client] add_rule(-s /cygdrive/d/RECYCLER/)
sending incremental file list
[sender] make_file(.,*,0)
[sender] make_file(Documents,*,2)
[sender] make_file(Downloads,*,2)
[sender] make_file(Intel,*,2)
[sender] make_file(Matlab_Fuctions,*,2)
[sender] make_file(Personal,*,2)
[sender] make_file(RECYCLER,*,2)
[sender] make_file(Scripts,*,2)
[sender] make_file(Software,*,2)
[sender] make_file(Sysp...
2002 Nov 10
0
bug with symlinks
...e)
recv_file_name(dists/sarge-proposed-updates)
recv_file_name(dists/Debian3.0r0)
recv_file_name(dists/old-proposed-updates)
recv_file_name(dists/oldstable)
recv_file_name(dists/stable-proposed-updates)
received 21 names
21 files to consider
recv_file_list done
get_local_name count=21 debian-non-US
make_file(-1,.)
0 files...
expand file_list to 4000 bytes, did move
including directory dists because of pattern /dists/
make_file(-1,dists)
including directory dists/Debian2.2r7 because of pattern /dists/*
make_file(-1,dists/Debian2.2r7)
including directory dists/potato because of pattern /dists/*
make_fil...
2004 Aug 18
0
[Bug 1618] New: rsync transfer messages
...Server is very old version of rsync, upgrade
recommended.
local_version=24
remote_version=28
building file
list ...
[sender] make_file
(0.dbf,*,2)
[sender] expand file_list to 131072 bytes, did
move
[sender] make_file
(1.dbf,*,2)
[sender] make_file
(2.dbf,*,2)...
2012 Oct 12
1
Problem rsyncing 450GB file to my NAS: 'connection unexpectedly closed'
...on the
/tmp parition of the NAS.
Any hints what might be the problem?
Thanks
- Ben
myhost:~# rsync -avvv /srv/storage rsync at naspy::Backups -P
opening tcp connection to naspy port 873
sending daemon args: --server -vvvlogDtpre.iLsf --partial . Backups/
sending incremental file list
[sender] make_file(storage,*,0)
send_file_list done
[sender]
make_file(storage/7N-ZDGtCZq01gFJQEd8eqPuiGbumCWtPoje-4KMVfzIFs1,*,2)
[sender]
make_file(storage/PmjyreYXD0Istwvp-8D6PWA5zeZP1DdbboxuS3xGZphQe1,*,2)
[sender] make_file(storage/JKsb9I8-7dP6cFjao0omRCfj,*,2)
[sender]
make_file(storage/O4tK1PXwyelx8Oju,1sC-...
2004 Aug 05
0
[Bug 1582] New: rsync dry run cannot find missing folders, contradicts actual run.
...-azvvvn --delete --rsync-path=/sw/pd/bin/rsync262
/export/sw/irix/testirix6/junkdir/junkdir4
elk:/export/sw/irix6/sw01/testirix6/junkdir/
opening connection using rsh elk /sw/pd/bin/rsync262 --server -vvvnlogDtprz
--delete . /export/sw/irix6/sw01/testirix6/junkdir/
building file list ...
[sender] make_file(junkdir4,*,2)
[sender] expand file_list to 131072 bytes, did move
[sender] make_file(junkdir4/gar1,*,2)
[sender] make_file(junkdir4/gar2,*,2)
[sender] make_file(junkdir4/gar3,*,2)
[sender] make_file(junkdir4/gardir1,*,2)
[sender] make_file(junkdir4/gardir1/blah2,*,2)
[sender] make_file(junkdir4/gar...
2009 May 15
1
rsync creates file twice
...ot boo rsync --server --sender -vvvvlogDtprRxe.is --numeric-ids . /usr/include/fltk-1.1/
note: iconv_open("ANSI_X3.4-1968", "ANSI_X3.4-1968") succeeded.
(Client) Protocol versions: remote=30, negotiated=30
receiving incremental file list
server_sender starting pid=4634
[sender] make_file(/usr,*,2)
recv_file_name(/usr)
[sender] expand relnamecache * to 256 bytes, did move
received 1 names
[receiver] flist start=1, used=1, low=0, high=0
[receiver] i=1 1 usr/ mode=040755 len=4096 uid=0 gid=0 flags=40
recv_file_list done
[sender] flist start=1, used=1, low=0, high=0
[sender] i=1 <NU...
2004 Dec 28
2
trouble with chmod on certain symlinks
...cert.pem
ion:/ root#
root@under:/etc/courier# /usr/bin/rsync -e ssh -vvvzlptogrR --delete
/etc/courier ion:/Users/luna/Documents/backups/groundnoise/
opening connection using ssh ion rsync --server -vvvlogtprRz --delete .
/Users/luna/Documents/backups/groundnoise/
building file list ...
[sender] make_file(/etc,*,2)
[sender] expand file_list to 131072 bytes, did move
[sender] make_file(/etc/courier,*,2)
[sender] make_file(/etc/courier/imapd,*,2)
[sender] make_file(/etc/courier/imapd-ssl,*,2)
[sender] make_file(/etc/courier/imapd.pem,*,2)
[sender] make_file(/etc/courier/authdaemonrc,*,2)
[sender] popp...
2005 Apr 24
3
[Bug 2645] --one-file-system semantics changed with 2.6.4 (bug?)
https://bugzilla.samba.org/show_bug.cgi?id=2645
------- Additional Comments From dalgoda@ix.netcom.com 2005-04-24 11:36 -------
It looks like the culprit is the change for receiver.c 1.130. It pulled the
call to send_file_list(-1,...), which is what handled the one_file_system code.
It's not like we can easily go back either, since flist.c 1.267 removed support
for f=-1.
Bummer.
--
2008 Jul 04
2
rsync --delete isn't deleting files
I had this working on an older version, since 2.6.9 that when I set
--delete and --dry-run, I get no "Deleting ******" lines. Also, the
--delete-before never worked for me.
Working on a space constrained mirror, this has proven very handy,
when it works. What's up with the new versions? I haven't changed a
thing.
Best regards,
Tiago Marques