QUOTE (ajz4221 @ Nov 28 2008, 12:19 PM)

All data packets that pass through the switch port count towards your raw bandwidth provided by TP for any server.
The backup data sent from server one will use bandwidth on server one and the backup data received by server two will use bandwidth on server two.
Definitely the safe assumption, given last week's equally confusing thread. ;-) A better-safe-than-sorry approach seems the only senssible way to go.
QUOTE (ramstar @ Nov 28 2008, 12:33 PM)

I see where to change and it ... Im just wondering if this is correct for doing all users ,I need to backup all MYSQL not just for one user, will the way your faq/instructions showed make it so every mysql account including the mysql db with settings and permissions is copied.
Only install this script one time --- at the root level. The mysql root password goes in .my.cnf. That way it hits every database on your system into individual, timestamped files for each database. That way you get configuration information as well (the "mysql" db, which contains all your grants, perms and users).
QUOTE (ramstar @ Nov 28 2008, 12:33 PM)

Im guessing I can just use pico and make the bin file at that location then from add the my.conf part (which i was kinda wondering about) and then adding it to cron.
`ln -s /etc/cron.daily/mysqldump /usr/local/sbin/mysqldump' would add it to cron.daily.
QUOTE (ramstar @ Nov 28 2008, 12:33 PM)

thanks cat, your feedback has already gotten me on a faster, more efficient track regarding data on my servers. People like you are an asset, to everyone.
Welcome ... thanks.