Displaying 2 results from an estimated 2 matches for "rsync_output".
2004 Jul 18
1
Formatting rsync output
When RSYNC runs in -v mode, I get the following output on, for
example, /etc:
RSYNCing /etc ... ( <--- this line is generated by the shell script)
building file list ... done
./
backup-daily.sh
mail/statistics
mtab
wrote 26720 bytes read 68 bytes 17858.67 bytes/sec
total size is 4176073 speedup is 155.89
RSYNCing /root ... ( <--- this line is generated by the shell script)
2006 May 16
2
crontab doesn't start
Hi!I'm working with 2 linux, with 2 IP;I want make a copy of some files inside one directory to the other linux.I called a file scriptx.sh in the first linux and this is the body:
#!/bin/bash
rsync -avvz --delete --rsh=ssh --stats /home/copia/ root@192.168.xxx.xx:/home/vrrp/dir/copia/
(xxx.xx are numbers...rights..only for security I crypted them)
ok, then I create the crontab file with