search for: haravikk

Displaying 20 results from an estimated 37 matches for "haravikk".

2020 May 06
8
[Bug 14371] New: Combined Exclude & Protect Filter Type
...mp; 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 identifying in advance on the sending side any direct...
2016 Jan 29
2
Disable Client Certificate Authentication for Unencrypted Connections?
> On 27 Jan 2016, at 21:55, Axel Luttgens <axel.luttgens at skynet.be> wrote: > > Hello Haravikk, > > Perhaps could you try to devise an exception based on one (or more) "remote" section(s), as in: > > remote ip.of.webmail.server { > ssl_verify_client_cert = no > [other settings, if needed] > } > > But I guess you would need to combine this with in...
2014 Apr 30
1
[Bug 10579] New: --xattr internal abbrev error
...xattr internal abbrev error Product: rsync Version: 3.1.0 Platform: All OS/Version: Mac OS X Status: NEW Severity: major Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: samba at haravikk.com QAContact: rsync-qa at samba.org I'm tentatively marking this as an OS X issue as the xattr I'm failing on is Mac specific, but it may be an incompatibility somewhere else. Basically I'm running the following command: > sudo /opt/local/bin/rsync -rultxX -vih --delete...
2016 Feb 02
2
Disable Client Certificate Authentication for Unencrypted Connections?
On 02 Feb 2016, at 13:09, Haravikk <dovecot at haravikk.me> wrote: > > So I still haven?t found a way to require client certificates only for port 993/IMAPS while leaving unencrypted IMAP open for local, trusted, services. > > Is there really no way to do this? I just found out how to do the same thing for postfi...
2014 May 21
0
[Bug 10621] New: Allow Filter Rule Imports Relative to Importer
...ports Relative to Importer Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: samba at haravikk.com QAContact: rsync-qa at samba.org Okay, so currently when forming an import rule to add filters to a sync, rsync only supports either a path local to the source directory, or a system level absolute path. For example, say I have filter rules located at: /Users/haravikk/FilterRules/Co...
2016 Jan 25
2
Disable Client Certificate Authentication for Unencrypted Connections?
...support for only IMAP port 993, leaving port 143 to handle regular unencrypted IMAP with a username and password? I?ve already added the local network to the trusted networks list, so that Roundcube can use plaintext authentication, can I limit client certificate support in a similar way? Thanks, Haravikk
2013 May 07
4
[Bug 9864] New: Allow permanent compression of destination files
...pression of destination files Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: me at haravikk.com QAContact: rsync-qa at samba.org Rsync already supports compression for improving transfer speed, which is great, but it would also be nice to see the option for permanent compression to reduce space on the target file-system. Here is an example of what options might look like: --d...
2010 Apr 25
4
Greater OS X integration
Okay, I'd like to start first by saying, awesome work on this project! It's been a few years since I last tracked the progress of WINE on OS X, and it's come on leaps and bounds as I can run most everything I've thrown at it so far, with only minor issues here and there, which is a damned sight better than VMWare Fusion or Parallels which have compatibility issues everywhere,
2014 Mar 20
1
[Bug 10507] New: Structured Output (for Simpler Parsing)
...tured Output (for Simpler Parsing) Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: me at haravikk.com QAContact: rsync-qa at samba.org Currently the output from rsync for itemised output and stats is nice and human friendly, but it'd be nice if a flag could be set that would give output in an easier to parse format for scripts etc. For example, with stats enabled all of the rele...
2014 May 09
1
[Bug 10601] New: Retry Delay for Vanished Files/Directories
...for Vanished Files/Directories Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: samba at haravikk.com QAContact: rsync-qa at samba.org Pretty much as the title says; it'd be nice if we had some kind of configurable retry delay when rsync encounters a vanished file/folder. This would be especially useful in cases involving mounted remote volumes, as it would mean rsync could inste...
2016 Jan 28
4
Setting Recent Flag on New Messages?
So I?m looking at setting up some house-keeping for my dovecot mailboxes, specifically deleting messages in trash, spam etc., by deleting Seen messages older than X days. In order to protect against the edge case of a user reading a message right before the deletion task however I?d like to do something like the following: doveadm expunge -A OLD SEEN BEFORE 7d MAILBOX Trash doveadm flags -A
2013 Apr 18
1
[Bug 9814] New: --cache parameter for storing recent file data
...for storing recent file data Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: me at haravikk.com QAContact: rsync-qa at samba.org I know rsync is generally stateless, but caching of recent data is something that could significantly speed it up by skipping checksumming entirely. The idea is that a file's absolute path will be checksummed (not its contents) and then looked up...
2014 Jan 14
5
[Bug 10380] New: Non-Nested Folder Optimisation
...on-Nested Folder Optimisation Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: me at haravikk.com QAContact: rsync-qa at samba.org One handy feature of most (all?) unix file systems is that if the contents of a folder are changed, then the folder's modified time will be updated as well, which presents an opportunity for optimised comparisons. Quite simply, if a folder's...
2014 Jan 14
2
[Bug 10379] New: rsync metadata files
...Summary: rsync metadata files Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: me at haravikk.com QAContact: rsync-qa at samba.org This proposal is for an optional feature within rsync that will allow it to create special metadata files within directories, in order to keep track of additional information. The feature would be activated by setting a --metadata-file or similar para...
2013 Apr 18
2
[Bug 9812] New: Lookahead file-list loading and comparison
...e-list loading and comparison Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: me at haravikk.com QAContact: rsync-qa at samba.org I've been using rsync for various things for some time now, but only recently have I properly begun using it with a remote server, in my particular case to create redundant copies of very large backup structures (almost a million files, ~3tb in to...
2014 Apr 29
3
[Bug 10575] New: Long Delay for Large Folders Even with Incremental File-List
...l File-List Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: samba at haravikk.com QAContact: rsync-qa at samba.org Okay, so I have a folder I need to backup that unfortunately contains a massive 32,000+ files (it's part of a several hundred gigabytes large disk-image). However, using rsync to synchronise this folder with a copy on another machine on my local...
2019 Aug 09
1
[Bug 14081] New: --copy-command option for specifying custom file copying behaviour
...copying behaviour Product: rsync Version: 3.1.3 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 the addition of an option enabling fully custom copying behaviour in rsync, i.e- leveraging rsync primarily for detection of changes. Custom copying behaviour is added using the --copy-command option, which takes a variable number...
2013 Jul 27
1
[Bug 10051] New: Improved long file-name handling
...: Improved long file-name handling Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: me at haravikk.com QAContact: rsync-qa at samba.org One of the issues with rsync between two different systems is the possibility of file-systems with stricter limitations on the length of a file name or even file path. Now, the latter I'm not sure can be resolved easily, but long names cause two m...
2017 Feb 07
2
[Bug 12570] New: Problems with --checksum --existing
https://bugzilla.samba.org/show_bug.cgi?id=12570 Bug ID: 12570 Summary: Problems with --checksum --existing Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: atom at
2011 Feb 10
4
DO NOT REPLY [Bug 7951] New: Option for case insensitivity in filter rules
https://bugzilla.samba.org/show_bug.cgi?id=7951 Summary: Option for case insensitivity in filter rules Product: rsync Version: 3.0.6 Platform: All URL: http://lists.samba.org/archive/rsync/2007- March/017381.html OS/Version: All Status: NEW Severity: normal Priority: P3