similar to: Detecting reason for rsync errors

Displaying 20 results from an estimated 200 matches similar to: "Detecting reason for rsync errors"

2007 Aug 20
1
Using --link-dest= multiple times - performance?
Hello guys! I'm thinking about using rsync with multiple times --link-dest= specified in ccollect [0]. Now I'm wondering about the performance and memory usage: - How much more memory will rsync use for every --link-dest= parameter? - How heavy do you expect it to influence performance with every additional --link-dest= parameter? In general I think that rsync could either - use
2006 Oct 20
2
pseudo incremental backup solution
Hello dear list! Just wanted to tell you that there's a simple and somehow smart backup solution using rsync named ccollect [0]. It uses the hardlink feature of rsync to create fullbackups with only minor size differences (it uesd cp -al and pax before). I would be happy for any critic about the software, the documentation the configuration style (cconfig [1]) and the idea itself. Sincerly
2006 Apr 09
1
Boot loader problems and some tests
Hello guys! I tested several boot loaders ( - windos 95 boot loader (works) - Smart Boot Manager (sbm) - syslinux (some versions) - grub1 - netbsd on the g4u boot-cd - lilo ) on a old pc machine. You can find my problems and results at [0]. What is really strange for me is that syslinux worked once, but not anymore. Perhaps you can give me you comment on
2009 Oct 27
0
ipconfig does not time out (klibc-utils)
Package: klibc-utils Version: 1.5.15-1 Hello! I'm trying to boot Debian from a different nic than the first one. After some digging into klibc and initramfs, it seems like DEVICE=all in /etc/initramfs-tools/initramfs.conf is near a solution (I cannot reliable tell, which name the nic has, it may be eth0, eth1, eth2, eth3, ...; as I've machines with one to four nics). /scripts/functions
2010 Jan 28
10
Anyone successfully setup Continous Backup of mailboxes using rsync ?
Hi All.. Am working on continous backup of mailboxes using rsync(for e.g by running rsync every 2 min) Things gets more complicated when users create Subfolders in INBOX , SENT , etc.. If anyone among you did that plz guide & advise. Thanks CoolAtt _________________________________________________________________ Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
2011 May 20
4
The quantum effect when loading classes
Can anyone comment / expand upon http://www.nico.schottelius.org/blog/puppet-sometimes-loads-a-class/ I am experiencing a case which may be related. We have an ENC, and recently on our twice daily noop runs from cron, puppet has reported some servers aren''t in sync because they do not have a certain module/class (dns_server) even though they are not subscribed to the dns_server module in
2013 May 15
1
[PATCH] Expose remote forwarding ports as environment variable
Good evening gentlemen, the attached patch against openssh 6.2p1 exposes remote forwarding ports to the remote shell: targethost % ssh -R 1234:localhost:22 controlhost controlhost % echo $SSH_REMOTE_FORWARDING_PORTS 1234 targethost % ssh -R 0:localhost:22 controlhost controlhost % echo $SSH_REMOTE_FORWARDING_PORTS 54294 targethost % ssh -R 0:localhost:22 -R
2020 Jan 12
3
Adding SNI support to SSH
Hey Thorsten, Thorsten Glaser <t.glaser at tarent.de> writes: > On Sun, 12 Jan 2020, Nico Schottelius wrote: > >> I was wondering what you think about SNI (server name indication) >> support to OpenSSH? > > Oh, please absolutely not. SNI is a privacy violation in HTTP, and > otherwise just a poor excuse to continue running NAT and/or IPv4. you might have
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
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
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,
2011 Nov 29
1
[Bug 43323] New: GPU lockup - X does not start on MacMini4, 1 on 3.2.0-rc3-gf2d092a
https://bugs.freedesktop.org/show_bug.cgi?id=43323 Bug #: 43323 Summary: GPU lockup - X does not start on MacMini4,1 on 3.2.0-rc3-gf2d092a Classification: Unclassified Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority:
2020 Jan 12
4
Adding SNI support to SSH
Good morning, I was wondering what you think about SNI (server name indication) support to OpenSSH? Background: SSH is one of the rare protocols in the data center that cannot be easily load balanced, proxied or made highly available. If the ssh client would indicate to which host it wants to connect to, a proxy or load balancer could easily be implemented. While this is an obvious feature for
2020 Jan 13
3
Adding SNI support to SSH
Ciao Luca, Luca Filipozzi <lfilipoz at emyr.net> writes: >> [ ... ] > Neat. I do something similar: in order to circumvent obnoxious airport / > coffee shop firewalls that block non-HTTPS traffic, I configured haproxy > to offer 'SSH over HTTPS'. haproxy terminates the HTTPS connection > (which is SNI-aware) while sshd on the target machine terminates the >
2011 May 02
0
Puppet bootstrap: via cdist
Good morning puppets, as stated for reallife, "one always meets more than one time", this is true for puppet and me: Although I''m migrating away from puppet [0] to cdist [1], a customer requests a new puppet installation. This brings me again to the question on how to bootstrap a new puppet infrastructure, which we did with a shell script or a Debian package and then running
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... (*!%
2020 Jan 13
2
Adding SNI support to SSH
Hey Jochen, Jochen Bern <Jochen.Bern at binect.de> writes: > On 01/13/2020 11:10 AM, Nico Schottelius wrote: >> The problem I am trying to solve is: there are thousands of users on >> IPv4 only networks who I cannot all communicate with. And they need to >> access resources on IPv6 only systems. >> >> The typical jump host / proxy command approach surely
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
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
2007 Dec 14
1
logical volumes alignment
Hi all! I'd like to use rsync to keep aligned physical volumes between linux servers. I know that there are other tools but I really need to use rsync. I would like to do something as rsync /dev/VG/SourceLogicalVolume root@dest_server:/dev/VG/DestinationLogicalVolume Do you think could it be possible? Thanks Marco