You can schedule rsync n times a day using crontab.
where n purely depends on system and enviornment
needs.
But, in my opinion the mirroring of the disk where
changes are just TOO much to handle and you need the
latest state "always", Network Disk mirroring using
tools like DRBD is a much bette
Use rsync with --partial flag SET. It allows you to
resume download from where the connection was dropped
last time.
Regarding Stopping download of partially UPLOADED
FILES. you can exclude them using an exclude flag.
What needs to be excluded needs to be digged out??
As per my knowledge you c
Adding a --checksums option should do ...
regards,
Sumit
--- Hardy Merrill <[EMAIL PROTECTED]> wrote:
> See below.
>
> Jose Cheng [EMAIL PROTECTED] wrote:
> >
> > Hello,
> >
> > I'm trying to backup partition "/users1" on host
> "john"
> > onto partition "backup1" on host "mary".
> >
> > Here i
Hi all
I have configured rsync server with following
configurations
##
/etc/rsyncd.conf
##
uid = nobody
gid = nobody
use chroot = yes
max connections = 40
read only = false
strict modes = false
syslog facility = local5
motd file = /etc/rsyncd.motd
pid file = /var