Here is a nice 500 GB hard disk, the Seagate ST3500641AS-RK. Best Buy: Model: ST3500641AS-RK, SKU: 8294632 B&H: Model: ST3500641AS-RK, SKU: SESUK500
backup
4 posts
Here is how to use the command-line utility rsync without the archive flag (-a). What does the flag -a default to? It is the “archive mode”. -a, –archive; archive mode; equals -rlptgoD (no -H,-A,-X) Where: […]
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”
The –delete flag in rsync will deactivate if something goes wrong during the sync, such as invalid files. I’ve just seen this happen.