this my scenario:
all commands are local
rsync -a file1 file2
cp -l file2 file3
chown some_other_existing_user:group file1
rsync -a file1 file2
now file2 and file3 are both hard links and
permissions are shared in both, versus rsync creating
new file2.
Desired behavior is to create new file if p
Hi All,
I have installed rysnc-2.6.3 on my debian linux (
2.2.20-idepci #1 Sat Apr 20 12:45:19 EST 2002 i686).
While configuration it was
successful and i installed it without any error.
Now, in default installation it should create
rsyncd.conf as detault configuration file.. but it has
not been c
On Sun, Feb 06, 2005 at 10:50:53AM -0800, Clint Byrum wrote:
> When is 2.6.4 going to be released?
I think the first pre-release is getting pretty close now. I want to
revisit a few older things first (such as an idea from the Debian
release about filtering non-printable characters from the outpu
John Van Essen wrote:
On Mon, 31 Jan 2005, Clint Byrum <[EMAIL PROTECTED]> wrote:
So I'm doing daily backups with rsync, and weekly, I run it with
--delete after archiving the whole thing (this way I don't lose any
deleted files). All week long this runs fine, but when I add --delete,
rsync runs
ciprian niculescu wrote:
Hello,
I have a problem with "out of memory", I'm trying to sync around 30mil
files and i get error, the sync is on the same host but different
directory, this with the 100bytes per file, give me 3G of ram. I have
put 12G swap (6 partitions of 2G) and my 3G ram. Last i s
Hello,
I have a problem with "out of memory", I'm trying to sync around 30mil
files and i get error, the sync is on the same host but different
directory, this with the 100bytes per file, give me 3G of ram. I have
put 12G swap (6 partitions of 2G) and my 3G ram. Last i saw the process
rsync get
Hi all,
I'm sorry if this is off topic here. I'll send this one anyways, but do
let me know if you are interested in related project's release
announcements so that I don't spam this list unnecessarily in the future.
rsyncrypto is a utility that encrypts file in a rsync friendly way.
Small chan