Displaying 20 results from an estimated 2000 matches similar to: "[Bug 10322] New: Slow Performance over Network rsync"
2014 Dec 14
1
Aw: Re: Re: rsync not copy all information for font file
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20141214/3d32f770/attachment.html>
2015 Mar 17
6
rsync 3.0.9 segmentation fault
Hi,
I am experiencing segfaults when transferring files via rsync though sudo.
Setup:
- Backupserver initiates the rsync command with --delete -vvv
--no-inc-recursive --numeric-ids --delete-excluded --relative
--rsync-path=/home/backupuser/rsync-wrapper.sh
- rsync-wrapper.sh (on the client) contains /usr/bin/sudo /usr/bin/rsync
"$@";
- user "backupuser" has sudo access to the
2020 Oct 01
3
Creating a global variable for a struct array
>The type you pass to GlobalVariable's constructor for that variable
should be "[10 x %struct.dlist]" because that's what you want storage
for. Then the GlobalVariable itself will be a Constant of type "[10 x
%struct.dlist]*".
Yes, I verified that this is the case.
I enabled assertions and the error seems to occur while creating GlobalVariable for both struct dhash
2015 Mar 27
2
rsync 3.0.9 segmentation fault
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Try it without any --delete options.
On 03/27/2015 09:31 AM, Aron Rotteveel wrote:
> I am now running with --delete --numeric-ids --relative but the
> problem still persists.
>
> -- Best regards / Met vriendelijke groet,
>
> Aron Rotteveel
>
> 2015-03-27 14:22 GMT+01:00 Kevin Korb <kmk at sanitarium.net
>
2015 Mar 27
2
rsync 3.0.9 segmentation fault
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Try also removing --delete-excluded. Without those two options there
should be no reason for rsync to require gigs of RAM. Well, unless
the other system has rsync 2.x.
On 03/27/2015 07:29 AM, Aron Rotteveel wrote:
> Yes, I removed "--no-inc-recursive", without success.
>
> -- Best regards / Met vriendelijke groet,
>
>
2014 Dec 12
3
Aw: Re: Re: rsync not copy all information for font file
what is the source and destination filesystem?
here is some report that rsync has some problem with HFS+ filesystems and "ressource forks": http://quesera.com/reynhout/misc/rsync+hfsmode/
but as you are using ubuntu and not osx i`m curious what`s the problem, so i think we need more information here.
regards
roland
> Gesendet: Freitag, 12. Dezember 2014 um 15:31 Uhr
> Von:
2014 Dec 15
2
rsync not copy all information for font file
Hi Bryan,
thanks for your kind reply but it happend only with some fonts not all font file, (email with attachment is under verification by admin, so i resend this without attachment file) here i attach 2 screenshot one original folder and second backup folder, you can notice that the font .otf, .ttf, .dfont have no problem in rsync it copied as it is but the font that not show extension (Font
2017 Nov 15
3
some files vanished before... but which?
Hi !
I`m getting "rsync warning: some files vanished before they could be transferred (code 24) at main.c(1518) [generator=3.0.9]" on one of my systems i`m backing up with rsync , but rsync doesn`t show WHICH files.
Does anybody have a clue under which circumstances rsync doesn`t show these ?
regards
Roland
2017 Nov 16
4
[Bug 13147] New: inconsistent behaviour regaring vanished files information
https://bugzilla.samba.org/show_bug.cgi?id=13147
Bug ID: 13147
Summary: inconsistent behaviour regaring vanished files
information
Product: rsync
Version: 3.0.9
Hardware: x64
OS: Mac OS X
Status: NEW
Severity: minor
Priority: P5
Component: core
Assignee:
2014 Dec 12
3
rsync not copy all information for font file
Good morning list,
this is my first question and hope really to get an answer, sorry for my bad english :-(
Ok so i have a machine with ubuntu and use as data server for my graphics works.
Now i am trying to backup my folder on an external HDD using "rsync" where i save all my data file (file of graphics software, image, font etc.).
For this i mount HDD in local and launch command
2007 Sep 15
5
File changed during save....
hi!
i want to use rsync for backup to central storage.
from emc networker i know some nice feature - it`s telling about "changed
files during save" - i.e. i
know which files have changed their contents while being backed up. for
example you can see if
shutdown of some oracle database was forgotten and that database was backed
up online accidentally.
what`s the rsync equivalent to
2016 Dec 17
1
script showing extended stats ( deleted/added ...)
for pre 3.0.9 which is still standard in centos7 with recent updates, --stats does neither show number of deleted, nor added files
Am 17. Dezember 2016 18:06:56 MEZ, schrieb Kevin Korb <kmk at sanitarium.net>:
>--stats has most of that information in it.
>
>On 12/17/2016 08:01 AM, devzero at web.de wrote:
>> is there a script which analyses rsync output with --itemize-changes
2020 Oct 01
2
Creating a global variable for a struct array
Thank you very much. The code to initialize h1 to non-zero values was what I was looking for.
It's almost working except for a type mismatch wrt dlist* llist field of h1.
dlist static_lst[10] = { {1, 5, NULL}, ... };
dhash h1[10] = {{"myfile.txt", static_lst}, ... };
Along the lines of the code you had sent, I created a GlobalVariable* llist of type [10 x %struct.dlist]* for the
2014 Mar 30
25
[Bug 10527] New: Rsync Deadlock when copying files
https://bugzilla.samba.org/show_bug.cgi?id=10527
Summary: Rsync Deadlock when copying files
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: dah4k0r at gmail.com
2009 Jul 15
3
DO NOT REPLY [Bug 6553] New: rsync hangs at filenames starting with an underscore
https://bugzilla.samba.org/show_bug.cgi?id=6553
Summary: rsync hangs at filenames starting with an underscore
Product: rsync
Version: 3.0.6
Platform: PPC
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: gerald at
2016 Dec 17
2
script showing extended stats ( deleted/added ...)
is there a script which analyses rsync output with --itemize-changes ?
i.e. i would like to have extended information on number of deleted files, created directories, changed files....
i know rsync 3.1.x is better with this, but it`s still not in centos 5/6/7 and i don`t want to update tons of systems to get extended statistics, so i wonder if anbody did an analyze script to get that information
2007 Nov 27
7
DO NOT REPLY [Bug 5109] New: poor performance on large drives with big bandwidth
https://bugzilla.samba.org/show_bug.cgi?id=5109
Summary: poor performance on large drives with big bandwidth
Product: rsync
Version: 2.6.6
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy:
2006 Jan 04
1
DO NOT REPLY [Bug 3371] New: no way to limit disk IO bandwidth
https://bugzilla.samba.org/show_bug.cgi?id=3371
Summary: no way to limit disk IO bandwidth
Product: rsync
Version: 2.6.6
Platform: x86
URL: https://bugzilla.samba.org/show_bug.cgi?id=2800
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo:
2009 Feb 26
1
DO NOT REPLY [Bug 6143] New: Receiver log to database
https://bugzilla.samba.org/show_bug.cgi?id=6143
Summary: Receiver log to database
Product: rsync
Version: 3.0.6
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: kilburna@iservnetworks.com
QAContact:
2009 Jul 08
4
DO NOT REPLY [Bug 6543] New: when crashing, announce the last file that was correctly copied
https://bugzilla.samba.org/show_bug.cgi?id=6543
Summary: when crashing, announce the last file that was correctly
copied
Product: rsync
Version: 3.0.6
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org