similar to: how to know the detail about a partial transfer?

Displaying 20 results from an estimated 10000 matches similar to: "how to know the detail about a partial transfer?"

2008 Mar 13
3
untransferred files
Hi All Some time rsync just return error code 23 that some files are not transferred. Is there a way to get a list of these files so we can retry it later time? For example, we scan the whole file system and N files are not transferred. Instead of scan the whole file system later again, we can use files-from which is much faster. Thanks. -- Ming Zhang @#$%^ purging memory... (*!%
2007 Dec 13
3
rsync 3.00pre6 segfault in add_dirs_to_tree
Hi All I run rsync in an automated environment and it sometime will crash and leave a core dump file. from core dump, gdb shows that gdb) bt #0 add_dirs_to_tree (parent_ndx=-1, from_flist=0x56c590, dir_cnt=1) at flist.c:1422 #1 0x0000000000409eab in send_file_list (f=16, argc=-1, argv=0x56c238) at flist.c:2068 #2 0x0000000000419052 in client_run (f_in=16, f_out=16, pid=-1, argc=1,
2007 Dec 14
2
what is the right exit code for some vanished files?
Hi What should be the right exit code for vanished file in this scenario. (1) Use inotify or other mechanism to check changed files and then generate a file list. (2) < file get deleted> (3) run rsync with --files-from with the old list. then send_file_list()->link_stat() will return errno 2 on some files and then set exit code to 23. but shall rsync return 24? -- Ming Zhang
2008 Jan 09
2
module name check
Hi All I tried to find out in the man page about what is the valid character we can use in module name in rsyncd.conf but failed. Anyone knows? Anyway, here is a bug. I defines a module with abc/def as name. $ rsync lab11-101:: abc/def this one show the module name, but when i try to use it. $ rsync vpn lab11-101::abc/def @ERROR: Unknown module 'abc' rsync error: error
2007 Aug 23
4
can rsync scan files only with mtime since T?
Hi I have a file system that contains millions of small files. Since I backup it everyday with rsync using slow WAN link, I think it will be nice that if rsync can do this: An option that let rsync only check with remote rsync daemon about local files that has last modification time newer than one day ago (so is modified since yesterday backup). This can greatly reduce the WAN traffic. Is this
2007 Jun 22
2
huge number of files
Hi All I would like to use rsync to synchronize two file system tree over WAN periodically. The file system trees contain millions of small image files. Base on our understanding, rsync try to generate file name list before doing any operation, we easily run short of memory and have impact on our normal file system activities. I wonder if rsync can have an option that when it scan the file
2008 Mar 25
1
rsync daemon did not chdir back after chdir in module path
Hi All Tried to search the list but could not find anything about this. I have a rsync daemon running with starting cwd as /usr/local/bin. then after some io, and after all io finished, its cwd is /fs1 which is one of the module path. now i need to umount fs1 and i can not do it. is this a known issue or something worthy fix? not sure what else information i need to provide. thanks. -- Ming
2007 Jul 10
0
rsync 3.0.0
Hi All Any idea when the 3.0.0 will be rolled out? Thanks! -- Ming Zhang @#$%^ purging memory... (*!% http://blackmagic02881.wordpress.com/ http://www.linkedin.com/in/blackmagic02881 --------------------------------------------
2007 Nov 12
0
better rsync error code when no space?
Hi All I ran into this situation when rsync some files to remote side and remote file system run out of space. rsync: writefd_unbuffered failed to write 4 bytes [sender]: Connection reset by peer (104) rsync: write failed on "/IMG_5106.JPG" (in dest): No space left on device (28) ~~~~ no space was detected and reported. rsync error: error in file IO (code 11) at receiver.c(298)
2007 Dec 14
0
rsync dead loop (almost) forever in read_timeout() if remote host down
Hi All This can be reproduced easily. run rsync under gdb and set a break point at read_timeout(). then after rsync talk with remote rsync daemon and stop at this function, turn off remote machine directly. then let rsync run and it will run forever in this function. if we just kill remote rsync daemon, it is fine and quickly detected, because OS do clean up work. But if power off the box
2008 Oct 20
2
--files-from standard input
Hi All If rsync gets files from standard input, when it starts to process that file, immediately or read until EOF, or somewhere in between? For example, if a list is generated slowly but continuously and keep feeding to rsync, will rsync wait a very long time before ever handling the first file? Is this behavior controllable? Thanks! Ming -- never so busy...
2007 May 09
3
preserve EA?
Hi all When rsync replicate one file to remote side, will the extended attributes be copied as well? Thanks, Ming
2008 Feb 06
3
Windows Trouble with --link-dest set: "file not found" when rsync tries to create hard link
I have great luck running rsync from one linux system to another, or from a windows system (with cwRsync) to a linux system. But when I try to do an rsync backup from one directory on a Windows system to another, it fails. The cwRsync says its version is 2.6.9. Here's my Rsync command, boiled down to its simplest: rsync -rlptgD -vvv --delete --delete-excluded --modify-window=2
2008 Apr 29
2
writefd_unbuffered failed to write 4 bytes
Hi All. On Mac OS10.4, using rsync 3.0, it stops during a transfer. I mount an SMB share, and then use the line: sudo rsync -avhi --delete --stats --timeout=360 --progress --log-file=/Volumes/backup/20080429/rsynclog.txt --exclude="*:*" /Volumes/RAID_One /Volumes/backup/20080429 There's a few terabytes of data, and it never finishes a complete run. It can stop at anywhere during
2018 Aug 30
2
TUTORIAL: How to Install Apache Web Server in CentOS 7.5 (1805) Linux in Amazon AWS Cloud with URL/HTTP/HTTPS Redirection
TUTORIAL: How to Install Apache Web Server in CentOS 7.5 (1805) Linux in Amazon AWS Cloud with URL/HTTP/HTTPS Redirection AUTHOR OF THIS TUTORIAL: MR. TURRITOPSIS DOHRNII TEO EN MING (ZHANG ENMING) @ TIME TRAVELLER AGE: 40 YEARS OLD COUNTRY OF RESIDENCE: SINGAPORE DATE: 30TH AUGUST 2018 THURSDAY TIME: 10:49 AM SINGAPORE TIME Greenwich Mean Time+8 1. Sign up for Amazon AWS Cloud or Google Cloud
2014 Jun 17
2
[RFC PATCH 2/2] block: virtio-blk: support multi virt queues per virtio-blk device
On Sat, Jun 14, 2014 at 1:29 AM, Ming Lei <ming.lei at canonical.com> wrote: > Firstly this patch supports more than one virtual queues for virtio-blk > device. > > Secondly this patch maps the virtual queue to blk-mq's hardware queue. > > With this approach, both scalability and performance problem can be improved. > > Signed-off-by: Ming Lei <ming.lei at
2014 Jun 17
2
[RFC PATCH 2/2] block: virtio-blk: support multi virt queues per virtio-blk device
On Sat, Jun 14, 2014 at 1:29 AM, Ming Lei <ming.lei at canonical.com> wrote: > Firstly this patch supports more than one virtual queues for virtio-blk > device. > > Secondly this patch maps the virtual queue to blk-mq's hardware queue. > > With this approach, both scalability and performance problem can be improved. > > Signed-off-by: Ming Lei <ming.lei at
2018 Jul 20
3
Is there any way I can deploy cPanel web hosting control panel with Microsoft Exchange 2016 groupware behind one static public IP?
Dear Richard Grainger, I am grateful for your reply and guidance. After reading the following article at nginx.com, I realize that I should use a reverse proxy instead of a load balancer. Article: WHAT IS A REVERSE PROXY VS. LOAD BALANCER? Link: https://www.nginx.com/resources/glossary/reverse-proxy-vs-load-balancer/ Presently, I am using pfSense community edition firewall. Can I install
2020 Feb 19
2
Why are ForeignSecurityPrincipals and Managed Service Accounts empty with no entries?
[teo-en-ming at dc1 ~]$ ps ax | grep dnsmasq 2406 pts/0 R+ 0:00 grep --color=auto dnsmasq ________________________________ From: samba <samba-bounces at lists.samba.org> on behalf of Rowland penny via samba <samba at lists.samba.org> Sent: Wednesday, February 19, 2020 9:33 PM To: sambalist <samba at lists.samba.org> Subject: Re: [Samba] Why are ForeignSecurityPrincipals
2003 May 21
6
fixme:font:LFD_InitFontInfo DBCS fonts like...
I get these errors when running winex on paltalk.exe, what can I do? Building font metrics. This may take some time... fixme:font:LFD_InitFontInfo DBCS fonts like '-default-kai-medium-r-normal--8-80-72-72-c-80-big5-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-default-kai-medium-r-normal--8-80-72-72-c-80-gb2312.1980-0' are not working correctly