Re: cwRsync : send all output to a file

2006-04-27 Thread Hamish Robertson
Aaron Morris wrote: On 4/25/06, Hamish Robertson <[EMAIL PROTECTED]> wrote: Hello I have been using cwRsync on some Windows boxes, backing up to a Linux server. I have found some issues which files being open and not being copied etc, so I decided that I would log the outpu

cwRsync : send all output to a file

2006-04-25 Thread Hamish Robertson
Hello I have been using cwRsync on some Windows boxes, backing up to a Linux server. I have found some issues which files being open and not being copied etc, so I decided that I would log the output from the rsync command on the Windows clients so that I can look at them. On the Windows boxes, I

Re: Logging rsync transfers

2006-04-20 Thread Hamish Robertson
Matt McCutchen wrote: On Wed, 2006-04-19 at 08:51 +0100, Hamish Robertson wrote: rsync -vbalz --stats --backup-dir=/yesterday_backups/ --exclude-from="exclude_list.txt" --files-from="include_list.txt" --rsh="ssh" . [EMAIL PROTECTED]:/path/to/fold

Logging rsync transfers

2006-04-19 Thread Hamish Robertson
Hello I run rsync on a server and I backup our office PCs to it using cwRsync on Windows PCs. The command I use to backup these PCs is: rsync -vbalz --stats --backup-dir=/yesterday_backups/ --exclude-from="exclude_list.txt" --files-from="include_list.txt" --rsh="ssh" . [EMAIL PROTECTED]:/p

RE: Can rsync handle any type of file?

2006-03-31 Thread Hamish Robertson
In technical terms, is rsync capable of dealing with backing up any type of file then? In practical terms, has anyone had any corruption problems when backing up files? Thanks Hamish Alex Pedenko ([EMAIL PROTECTED]) wrote: > > we use rsync to move encrypted files with no problems. i would say tha