Displaying 20 results from an estimated 138 matches for "opencode".
Did you mean:
opencoder
2020 May 06
8
[Bug 14371] New: Combined Exclude & Protect Filter Type
...371
Summary: Combined Exclude & Protect Filter Type
Product: rsync
Version: 3.2.0
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: samba at haravikk.com
QA Contact: rsync-qa at samba.org
This proposal is for a new filter rule that combines an exclude and a protect
rule into a single line.
REASONING
When using rsync to perform backups, it can be possible to optimise performance
by identifyin...
2020 Apr 06
6
[Bug 14338] New: ZSTD support
...gi?id=14338
Bug ID: 14338
Summary: ZSTD support
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: Rsync at ml.breakpoint.cc
QA Contact: rsync-qa at samba.org
Created attachment 15898
--> https://bugzilla.samba.org/attachment.cgi?id=15898&action=edit
zstd support
zstd compression was announced as "good compression with high
throughput" so I g...
2019 Oct 18
3
[Bug 14163] New: RSYNC_SSL_PORT env should be set for invocation of --rsh command
...T env should be set for invocation of
--rsh command
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: bjacke at samba.org
QA Contact: rsync-qa at samba.org
when running the rsync with -e/--rsh stunnel-rsync and an alternative port on
the command line (--port 12345), when this port should be communicated to the
"rsh" program to be evaluated, which could be...
2020 Aug 11
4
[Bug 14463] New: rsync 3.2.2 server protocol error
...Bug ID: 14463
Summary: rsync 3.2.2 server protocol error
Product: rsync
Version: 3.2.0
Hardware: All
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: bumkick059 at yahoo.com
QA Contact: rsync-qa at samba.org
Target Milestone: ---
*** client: freebsd 8.4-STABLE rsync 3.1.1
root 224 > /usr/local/bin/rsync --address=10.246.110.2 -zz -v --fileflags
--force-change --numeric-ids --force --super -8 toor a...
2020 May 21
4
[Bug 14390] New: Feature request: don't fail if using "-z" transferring to rsync complied with --with-included-zlib=no
...to rsync complied with --with-included-zlib=no
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: samueloph at debian.org
QA Contact: rsync-qa at samba.org
Target Milestone: ---
Hello,
I'm one of the Debian maintainers of rsync and I'm currently
investigating the switch from "--with-included-zlib=yes" to "no" for
the next stable r...
2015 Feb 18
6
[Bug 11101] New: support writing to devices
https://bugzilla.samba.org/show_bug.cgi?id=11101
Bug ID: 11101
Summary: support writing to devices
Product: rsync
Version: 3.0.6
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: jpyeron at
2019 Jan 16
1
[Bug 13749] New: Add more extensions to DEFAULT_DONT_COMPRESS
...9
Summary: Add more extensions to DEFAULT_DONT_COMPRESS
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: paul at debian.org
QA Contact: rsync-qa at samba.org
There are a number of file extensions that are already mostly compressed that
are not yet listed in DEFAULT_DONT_COMPRESS in loadparm.c. These are probable
candidates to add:
- webm (audiovisual media file formt...
2019 Apr 30
1
[Bug 13920] New: --max-delete and dirs being replaced by symlinks on source
...elete and dirs being replaced by symlinks on
source
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: ulrich.sibiller at atos.net
QA Contact: rsync-qa at samba.org
We have a rsync setup that sync a huge tree on a daily basis. We run rsync like
this:
rsync -av <src> <dest> --exclude=.. --delete-excluded --delete --max-delete
300000
This normally works...
2019 May 29
2
[Bug 13974] New: Old max block size isn't allowed in options
...974
Summary: Old max block size isn't allowed in options
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: matthew4196 at gmail.com
QA Contact: rsync-qa at samba.org
Created attachment 15199
--> https://bugzilla.samba.org/attachment.cgi?id=15199&action=edit
rsync_allow_old_max_block_size_in_options.patch
Old large block sizes with protocol < 30 aren't a...
2019 Jun 01
1
[Bug 13982] New: rsync calls exit() from signal handler
...ID: 13982
Summary: rsync calls exit() from signal handler
Product: rsync
Version: 3.1.3
Hardware: x64
OS: NetBSD
Status: NEW
Severity: major
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: gson at gson.org
QA Contact: rsync-qa at samba.org
I discovered a hung rsync process on a NetBSD 8.0 server, with the following
backtrace:
#0 0x00007f7ef040ae3a in ___lwp_park60 () from /usr/libexec/ld.elf_so
#1 0x00007f7ef0402728 in _rtld_exclusive_enter
(mask=...
2019 Sep 13
3
[Bug 14126] New: The atomic-rsync script can exit 0 when the operation failed.
...-rsync script can exit 0 when the operation
failed.
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: cmb at prgmr.com
QA Contact: rsync-qa at samba.org
Created attachment 15469
--> https://bugzilla.samba.org/attachment.cgi?id=15469&action=edit
patch for the issue
The atomic-rsync script uses the call "exit $?" on a failed system()
invocation.
$...
2019 Oct 16
1
[Bug 14160] New: rsynd in daemon mode should support haproxy proxy protocol
...mon mode should support haproxy proxy
protocol
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: bjacke at samba.org
QA Contact: rsync-qa at samba.org
it would be great is rsyncin server mode would support the proxy protocol of
haproxy, so that originating IP address of clients can be preserved for rsync
daemon even if it is behind a tcp proxy server like hapr...
2020 May 05
2
[Bug 14365] New: 3.1.3 cygwin compilation failure
...Bug ID: 14365
Summary: 3.1.3 cygwin compilation failure
Product: rsync
Version: 3.1.3
Hardware: x64
OS: All
Status: NEW
Severity: major
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: jari.aalto at cante.net
QA Contact: rsync-qa at samba.org
Created attachment 15953
--> https://bugzilla.samba.org/attachment.cgi?id=15953&action=edit
3.1.3 cygwin build log
The previous verion 3.1.2 compiles ok nder Cygwin x64. The 3.1.3 gives
following e...
2020 May 26
1
[Bug 14394] New: Add an option for --remove-source-files to remove files right away
...remove-source-files to remove
files right away
Product: rsync
Version: 3.2.0
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: gfa at zumbi.com.ar
QA Contact: rsync-qa at samba.org
Target Milestone: ---
Hello
I want to have an option to change the behavior of --remove-source-files to
remove the file right after it was transfer instead of after the whole
operation finished.
My use case...
2020 Jun 14
1
[Bug 14407] New: link_stat ... failed: No such file or directory: should mention which end of the connection it is talking about
...ion which end of the connection it is
talking about
Product: rsync
Version: 3.2.0
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: jidanni at jidanni.org
QA Contact: rsync-qa at samba.org
Target Milestone: ---
Messages like
rsync: link_stat "/home/ralph/x/y/z" failed: No such file or directory (2)
perhaps should mention if they are talking about the source, or the
destination, as o...
2023 Mar 13
1
[Bug 15335] New: Environment variables in remote host's path do not resolve properly
...in remote host's path do not
resolve properly
Product: rsync
Version: 3.2.0
Hardware: x86
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: ryan.larson at infinitetactics.com
QA Contact: rsync-qa at samba.org
Target Milestone: ---
We've had an rsync command that has worked for quite a while (1+ years), but
suddenly started getting errors after we upgraded rsync from version 3.2.3 to
3.2.7. I'...
2004 Nov 23
1
Re: [Ocfs2-commits] mfasheh commits r1663 - branches/dlm-glue/src
...t; New Revision: 1663
>
> Modified:
> branches/dlm-glue/src/journal.c
> branches/dlm-glue/src/namei.c
> branches/dlm-glue/src/ocfs.h
> branches/dlm-glue/src/super.c
> Log:
> * ocfs_malloc was hardly used so lets take this opportunity to get rid of it.
You never opencode the memset ocfs_malloc did. Did you do an audit that
it's never needed?
2020 Jun 04
13
[Bug 14401] New: unicode character conversion problem from MacOS to Linux despite iconv
...onversion problem from MacOS to
Linux despite iconv
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: quickhelp at gmail.com
QA Contact: rsync-qa at samba.org
Target Milestone: ---
// SOURCE (initiating rsync):
ProductName: Mac OS X
ProductVersion: 10.15.4
BuildVersion: 19E287
Homebrew rsync:
rsync version 3.1.3 protocol version 31
Copyright (C) 1996-2018...
2017 Oct 12
6
[Bug 13082] New: [REQ] Hardware / SSE based MD5 operations
https://bugzilla.samba.org/show_bug.cgi?id=13082
Bug ID: 13082
Summary: [REQ] Hardware / SSE based MD5 operations
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter:
2020 Mar 20
2
[Bug 14323] New: Defaults for --skip-compress are not working, everything is being compressed
...ess are not working,
everything is being compressed
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: simon.matter at invoca.ch
QA Contact: rsync-qa at samba.org
By default certain file suffixes should not be compressed while rsyncing from
remote host. This worked fine for 3.0.6 but doesn't for 3.1.3.
In my tests I named an ascii text file as z.gz and rsynced...