i am migrating from windows to ubuntu for my personal desktop and i want to know an easy way to backup personal data such as firefox bookmark, personal documents, etc....
in windows i copy everything manually and in my ubuntu i want to create a bash script to automatically.
i have no knowledge of bash script experience other than create a file and make it executable and this:
#!/bin/bash
cp /files/file.doc /media/flashdrive/
now, my problem is the firefox bookmark, how can i automatically detect my current profile? (i have 3 profile in my computer currently, 1 old i dont use, 1 for my wife which has no bookmark and mine)
