Paul, did you see my last email?
Shai
On 2/5/07, Shai <[EMAIL PROTECTED]> wrote:
rsync-HEAD-20070130-0408GMT
Shai
On 2/5/07, Paul Slootman <[EMAIL PROTECTED]> wrote:
>
> On Mon 05 Feb 2007, Shai wrote:
> >
> > When I send this command, I get a timeout almost every time...
>
> The earlier ver
https://bugzilla.samba.org/show_bug.cgi?id=4383
Summary: Idea: Store files in compressed format and visa versa
Product: rsync
Version: 3.0.0
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Hello everyone
I'm using rsync over ssh
rsync -ave ssh [EMAIL PROTECTED]:/home /backup/server1
This works great for many years now
Now I'm playing with Nagios and NSCA but how can I detect if rsync has
done everything well.
nsca works simple
[tab][tab][tab][newline].
I have a text file na
Hello everybody,
I would like to setup the following backup solution on my Mac:
MacHD complete Backup to BackupHD round about every week.
MacHD _semi-differential_ Backup to MemoryStick everytime I want to.
What I mean with _semi-differential_ is:
+ I only want to store the different files onto
On Thu 08 Feb 2007, Tony Abernethy wrote:
> -a gets several options you probably want (in particular -o and -g)
-a is an alias for --archive, which is what Hans is using according to
his message.
Paul Slootman
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
-a gets several options you probably want (in particular -o and -g)
(from man rsync)
-a, --archive archive mode, equivalent to -rlptgoD
-r, --recursive recurse into directories
-l, --links copy symlinks as symlinks
-p, --pe
On Wed 07 Feb 2007, Matt wrote:
> Using --whole-file doesn't help, see below. BTW, rsync needs about the
> same time even if no file has changes at all. It must be the
> comparison of the file metadata. A rate 325 files/sec seems somewhat low
> to me but maybe its mostly the time to read all di
Hello,
I am trying to copy, on the same server, a set of files. I need to
copy them every day with a cron job.
This is working fine the only problem is that he always changes the
owner and group to the root user.
Is there a possibility that he uses the user of the remote files and
not the root