similar to: Any plans for a 3.1.0 release(-date)?

Displaying 20 results from an estimated 4000 matches similar to: "Any plans for a 3.1.0 release(-date)?"

2007 Jul 29
1
Can Rsync handle largs exclude lists without slowdown?
Hi Let's say i wanted to exclude 100.000 files by naming them one by one in a file to be used by --exclude-from. Can rsync cope with that without bigger problems? I'm currently thinking about how i could make backing up by computer more efficient and if i exclude every single file that i can reproduce an other way, the amount of files i need to back up would be reduced by a large
2007 Aug 02
1
Option to not update Atime on filesystems not mounted noatime
Hi I have a single filesystem i don't mount noatime because mutt would work very good otherwise. Today, in a discussion about mkisofs, i learned that Linux since 2.6.8 supports "O_NOATIME" as an option to open. (see "man 2 open") So how comes that rsync doesn't do that and/or there is no option to switch on that behaviour? Bis denn -- Real Programmers
2009 Jul 02
2
rsync transfer rates over ssh
This is just an inquiry about how rsync calculates its transfer speeds. I'm using rsync over ssh to pull data from our central office to another office. Our central office is connected to the internet via T1 and the other office is connected to the internet via DSL. rsync is being run at the remote office to pull data down from the central office so I expect to see transfer speeds at a
2013 Feb 14
6
Direct I/O support (patches included)
Hi, Since a --direct-io feature was requested a few times the past decade with little response and the actual patch is quite trivial, I patched both v3.0.9 and master branch and included the patches here. If this functionality is acceptable I don't mind spending the additional effort to update the documentation, etc. Beware that the underlying filesystem needs Direct I/O support,
2012 Nov 16
2
Problem Backup Maildir to NTFS
Dear Sirs, I need to make a backup of email accounts (Maildir) a Linux server to a Windows server with NTFS, but get the following error: rsync: rename "/mnt/rsync/cur/137D94_29.ml110c.qnet.com.pe,S=32828:2,S.M92y5w" -> "cur/137D94_29.ml110c.qnet.com.pe,S=32828:2,S": Invalid argument (22) I have installed Rsync v3.0.9 The command is executed: rsync -rltDvu
2012 Jul 05
4
rsync based on checksum only
Is it possible to tell rsync *not* to use file names, date stamps, etc and only use the checksum for deciding if a file is the same? the remote machine "normalizes" a set of file names to remove all punctuation marks and forces all file names to lower case. The files themselves are unchanged. --checksum looks promising but it does not say anything about file names: -c, --checksum
2017 Apr 04
2
Code inconsistency between release version and git in rsync-3.0.9
There are huge differences between source files in the version 3.0.9 released as a tar.gz and source files in git. I would assume that the released version would correspond to the version in git but with 3.0.9 it is not like that. In 3.1.0 the released and git versions are more or less the same. So my question is, from what source files was the 3.0.9 version created? Thank you. Regards, Michal
2012 May 13
1
is assert_select_rjs deprecated in Rails 3.1 ?
I have seen it in 3.0.9 doc ( http://apidock.com/rails/v3.0.9/ActionDispatch/Assertions/SelectorAssertions/assert_select_rjs ) but it''s not mentioned in the latest guide ( http://guides.rubyonrails.org/testing.html#integration-testing-examples) if deprecated how can I check the view from an Ajax call ( assert_match + gsub could work ? ... ) am I missing any doc ? xhr :get, :change_area,
2008 Oct 23
2
asking for root password
We are using rsync to pull backups created on our server. The command below is run as a cronjob and it works great. rsync -avu --rsh "ssh -l root" root@servername:/var/lib/mysql/backups/ /backups/mysql/ We have a new server that will replace the old server that rsync pulls backups from. On the system that is running rsync, I switched the servername in the command above to the new
2004 Dec 13
2
compile samba v3.0.9 vfs-errors
Hello NG, found a thread with almost my current problem. There wasn't any solution out there. Maybe anything has changed? I want install samba v3.0.9 on an old rh linux v7.1. Currently there's no chance to update the core system. But while compiling it breaks with many "vfs"-errors as shown below: ..SNIP.. modules/vfs_shadow_copy.po(.text+0x6e2): undefined reference to
2005 Mar 10
2
Strange issues with Excel & Samba
I have a client who used to have an NT server, we replaced it with Gentoo Linux and Samba v3.0.9 and they are now having what appears to be some sort of file-sharing issue with Excel. When a user opens an Excel file on the file server it opens properly, no errors or warnings of any kind. But when they try to save the file, Excel warns them that "the file may have changed by someone
2013 Sep 03
1
[PATCH V3 RESENT] ocfs2: lighten up allocate transaction
Hi Andrew Morton, The patch "[patch 05/22] ocfs2: lighten up allocate transaction" in mm tree is not the newest one, please drop it from mm tree. This patch V3 is newest, please replace it. Thanks. The issue scenario is as following: When fallocating a very large disk space for a small file, __ocfs2_extend_allocation attempts to get a very large transaction. For some journal
2014 Nov 25
5
Dealing with an unreliable remote
'Lo. I've run into a frustrating issue when trying to synchronize a directory hierarchy over a reliable (but slow) connection to an unreliable remote. Basically, I have the following: http://mvn-repository.io7m.com/com/io7m/ This is a set of nested directories containing binaries and sources for projects I develop/maintain. Every time a new release is made, I deploy the binaries and
2017 Apr 04
0
Code inconsistency between release version and git in rsync-3.0.9
On Tue, Apr 04, 2017 at 11:12:11AM +0200, Michal Ruprich via rsync wrote: > There are huge differences between source files in the version 3.0.9 > released as a tar.gz and source files in git. I would assume that the > released version would correspond to the version in git but with 3.0.9 > it is not like that. In 3.1.0 the released and git versions are more or > less the same. How
2005 Jun 13
0
Problems Migrating password and group info to ldap
Hi Samba list, I am migrating a v3.0.9 (Suse 9.2) smbpasswd backend samba domain over to a v3.0.9 (suse 9.2) ldapsam backend and I have been incurring some problems I have not been able to resolve. Intial setup: 1. samba (working) (at least any new account created can login domain and SID properly registered in LDAP) 2. ldap (working) (server accepting logins via ldap accounts) 3. smbldap
2016 Jan 12
4
[Bug 11668] New: incorrect/inconsistent behavior when --backup-dir is on a full filesystem
https://bugzilla.samba.org/show_bug.cgi?id=11668 Bug ID: 11668 Summary: incorrect/inconsistent behavior when --backup-dir is on a full filesystem Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core
2007 Mar 13
1
Feature-Request: --write-batch on destination not source
Hi I have a "Chain" of rsyncs(*) A -> B -> C -> D My problem is that "A" is switched off after the rsync is done. So i have to copy the "batch" immediately (and manually/via other means) to "B", before switching off, so the batch can later be retrieved from "B" and copied to "C" for --read-batch. And copied further on for
2014 Jul 29
1
found a new bug: "could not make way for new symlink: path/to/symlink" when symlink has replaced folder at source
Hello, I think this should be reported on bugzilla. Can someone do that for me? I read these error messages: "cannot delete non-empty directory: path/to/dir could not make way for new symlink: path/to/dir" (on last , dir is a symlink) upon rsync -a --backup --backup-dir=../part.inc/06 --links --partial-dir=.rsync.part --partial --progress --log-file=/mnt/x/Documents/rsync.a.log
2020 May 18
0
GPL violation by Synology
Synology ( https://www.synology.com/en-global ) is one of best selling brands of consumer/prosumer/SMB NASes, with revenue estimated to be in the $100M+ range. Several of their NAS backup options use rsync either explicitly or under the hood (NAS-to-Remote-NAS backup, Shared-Folder-Sync), and they run the rsync daemon (under File Services). rsync is an integral part of their solution. They use a
2010 Feb 12
1
[RFC] add support for fallocate()
fallocate() is linux specific and will preallocate the space on disk for the entire file. FALLOC_FL_KEEP_SIZE does not change the filesize as reported by stat(). An aborted transfer will have preallocated disk space which is not "visible" via stat(). This shouldn't matter unless the user does complet his transfer. An alternative would be to use ftruncate() and shorten the file to the