rsync inefficient

From: Robert John (bobsnoemail_at_hotmail.com)
Date: 03/30/05


Date: Tue, 29 Mar 2005 20:55:18 -0800

Hi,

I am performing a regular backup from a cron job where I am copying a
compressed directory over to a shared windows machine (which I have mapped a
drive to). I only wish to copy the file if it has changed because if the
windows backup utility sees that the file has changed, it will backup the
file, and chew more tapespace (this is an issue).

I am trying to use the rsync command for this:

> rsync -vz /tmp/backup/file.tar.gz
/mnt/windowsmachine//linuxbackup/ --progress

file.tar.gz
     1912001 100% 538.65kB/s 0:00:03 (1, 100.0% of 1)

sent 1909010 bytes received 40 bytes 545442.86 bytes/sec
total size is 1912001 speedup is 1.00

I notice that the speedup is 1.0 everytime I run it, and the file is always
overwritten on the windows machine. Am I doing something wrong here?

Thanks for the help,
Bob.



Relevant Pages

  • L8 Autochanger or autoloader?
    ... I have L8 autoloader -I have it all connected- I was able to do backup ... from windows machine and unix. ... But the next day I wanted to backup data on the 2nd volume (2nd tape) ...
    (comp.sys.sun.hardware)
  • Re: Backup advice
    ... now happy with a bacula solution to backup 2 freebsds and a windows machine. ... It does incrementals except on Saturday night when it alternates between a differential and a full backup to a cheap IDE drive. ...
    (freebsd-questions)
  • backup strategies
    ... I have a question on backup strategies and media. ... The data on the windows machine is very important too, ... I realise this is a paradox, price vs reliability, but I'd be interested ...
    (comp.unix.bsd.freebsd.misc)
  • Re: backup strategies
    ... > I have a question on backup strategies and media. ... > data (remotely mounted for the windows machine) and run cron jobs to ... > what are the pros and cons of zipped tar ball vs dump in terms of space ...
    (comp.unix.bsd.freebsd.misc)
  • rsync backup
    ... Below is a bash file that calls rsync with the -avg filters and it sets up the things to be backed up. ... Last evening it took about an hour for rsync to backup all this stuff and put it on the USB connected hard drive at /media/drive/. ... [root@k5di disk]# ls ... total size is 108638339 speedup is 1131.47 ...
    (Fedora)