Backup Firefox bookmarks and other personal files bash script
Fresh3 days ago
Mar 15, 20262767 viewsConfidence Score0%
0%
Problem
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 bookmarks, personal documents, etc... In Windows I am copying everything manually and in Ubuntu I want to create a bash script to do it automatically. I have no knowl…
Error Output
#!/bin/bash cp /files/file.doc /media/flashdrive/
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Backup Firefox bookmarks and other personal files bash script
Low Risk
I would recommend to use rsync (In Ubuntu). If you have hundreds of megs of data, you might only want to sync/backup the modified one. This will increase the backup speed. As of other files like hosts you can simply Now for the firefox, you need to …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix