I am new to the Pi and Linux. I have been using a 32Gb SD card with Raspbian for a month or so with great results.
I kept reading about SD cards eventually starting to glitch etc. I ran into a tutorial by Jason on how to move the root to a USB stick and boot from a SD card at:
http://magnatecha.com/using-a-usb-drive ... pberry-pi/
I thought I would try it out so I purchased two 32 Gb USB sticks. Jasons' tutorial was great and I got one of the 32Gb sticks working great on a powered USB hub. The dd command in Linux worked fine, it created a EXT4 file on the USB Stick (I have absolutely no idea what a EXT4 partition is!).
I decided to setup an old 4GB SD card to use for booting and operating from the newly created USB stick so I could use the 32GB card for other purposes.
I put Raspbian on the new 4Gb SD card, modified fstab and cmdline.txt as per Jasons' tutorial and all is working just fine.
My problem is I want to make a carbon copy of the newly setup USB Stick to the second one as a backup stick in case anything went wrong and I don't know how to do it. It seems to me that if I use the dd command then sdaX versus sdaX would not be correct thus the 4Gb SD card would not "see" the correct USB stick being backed up to if I tried to use it.
Does any one know of a utility that would allow me to make a clone copy from the first USB stick to the second one in case of disaster? A Windows utility would be fine for simplicity's sake, I am probably not well versed enough in Linux to use any complicated or potentially destructive Linux commands to do it. I downloaded a couple of freebie utilities but they did not recognize the USB stick that I want to backup probably because of the EXT4 partition.
I want to be able to clone the first to the second stick on a near daily basis to be sure I do not lose any of my daily work.
Thanks for any guidance.
John