On Wed, 2008-08-20 at 00:20 +0200, Komáromi Tamás wrote:
> I would like to sync my Linux firewall to my Mac OS X.
> The rsync deletes my files with accents and download it again.
> $ /sw/bin/rsync --archive --update --verbose --delete firewall:teszt .
> receiving incremental file list
> deleting
Hello,
I would like to sync my Linux firewall to my Mac OS X.
The Linux is a Debian 4.0 with ext3 filesystem (UTF-8)
$ rsync --version
rsync version 3.0.2 protocol version 30
The Mac OS X is a 10.5 Leopard with HFS+ (UTF-8)
$ /sw/bin/rsync --version
rsync version 3.0.3 protocol version 30
(
On Mon, Jun 05, 2006 at 08:19:24AM -0500, Smemoe, Richard L. wrote:
> It looks like it's only copying the changes to the original filesystem
> since the last rsync.
That's not very likely to be what is happening. I'd suggest using the
-v option so that you can see what rsync is deleting -- this s
lete-during
/production/filesystem/ .', but this gave me nothing in my backup
filesystem.
Thanks,
Richard
-Original Message-
From: Wayne Davison [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 01, 2006 11:37 AM
To: Smemoe, Richard L.
Cc: rsync@lists.samba.org
Subject: Re: rsync --
On Thu, Jun 01, 2006 at 09:31:49AM -0500, Smemoe, Richard L. wrote:
> When I added the -delete option, my backup started taking about two
> days to finish.
You'd be better off using --del (--delete-during) than --delete, as
it doesn't require a separate scan through the destination hierarchy.
Al
Hello,
I need to create a local backup every night of a filesystem
that has about 3.5 million files. I’ve been using rsync and
everything has been fine until I started to use the –delete option to
delete files on the backup that don’t exist in the production data. When
I added the –de