Re: rsync activated after intervals

2005-11-05 Thread Sumit malhotra
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

Re: OT: syncing

2005-01-27 Thread Sumit malhotra
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

Re: rsync problem

2003-10-29 Thread Sumit malhotra
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

unable to rsync files

2003-10-27 Thread Sumit malhotra
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