The --delete
flag in rsync will deactivate if something goes wrong during the sync, such as invalid files.
I’ve just seen this happen.
The --delete
flag in rsync will deactivate if something goes wrong during the sync, such as invalid files.
I’ve just seen this happen.
Here is a simple way to get a disk usage summary in Linux or Mac OS X using the command-line. The “du” […]
Eventually, you will have to perform Windows 2000 registry maintenance. Here’s an article on how to back up, edit, and restore the […]
Need to bind multiple IP addresses to a network interface? Here is a nice article I found online: cd /etc/sysconfig/network-scripts/ cp ifcfg-eth0 […]
Here is the command-line syntax to create (“burn”) an ISO file onto CD on Linux: cdrecord -v dev=’ATAPI:1,1,0′ driveropts=burnfree -sao -eject “filename.iso”