Minutes of the meeting of MDLUG on Saturday, 11 August 2007 In attendance: Gib, Mat, Bill L., Pat, Bill D, Carl, Andrew, Ken, Gerry, Bruce and Brian. Brian was looking for a way to reinstall grub. Carl will wend an email to the list. Matt wanted to know if usb 2.0 was faster than Firewire. For burning Cd. Fireware 400 or 800. 800 would be faster. USB has more devices and less expensive. DVD is the choke point. Chinese company has an iphone clone. Does everything an iphone can do. Ken brought in muffins. Karl is talking about rsync. One directory back up to another directory. A program to designed to syncronise one irectory to another. If you have 5 files that changed only the parts of the files that changed are sent. Traffic reduction. rsych has many options. Deletion handling for example. By default it will delete anything that is deleted. Backup PC is a better tool for backup, versioning. rsync syncs files from 1 locations to another location. After sync. only the parts that changed are moved to new directory. rsync People have been known to take the destination directory and make that read only access to other people. rsync :: You can do remote to local or the reverse. rsync egr.msu.edu::debian Several different ways to choose your source and destination. You may create a cronjob to run it. As root: crontab -e 0 20 * * * rsync 0 20 * * * There are 5 fields: First field is minute o, hour 20 (8:00 PM), day of the month * is every month, month * means every month, day of week * means every day of month. Better to use a script in the commmand: crontab -e 0 20 * * *