Re: I hosed FC5 need help with file names and locations to verify all current files are backed up.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

jlgates@xxxxxxxxxxx wrote:
> I hosed my FC5 install.

Sorry to hear that.

> I don't know the name or location of the files that hold my address
> book in KMail and my bookmarks in Firefox.

Firefox bookmarks are kept in
~/.mozilla/firefox/<profile>/bookmarks.html, where profile is a random
string, something like this: nt4m68tk.default.  I'm not a KDE user,
but I believe the address book is stored in
~/.kde/share/apps/kabc/std.vcf.

I would backup all of ~/.kde and ~/.mozilla at least, and all of ~/
unless it was simply too large to fit onto you backup drive.

> I can't get my KMail files (the e-mail that I saved in folders) to
> move by scp the file names have a lot of puncuation marks in them
> and the SSH does not like it.  Will these files still work in Kmail
> if I can zip them, move them, and unzip again?

They should.  I'd use tar instead of zip.  Zip won't include any file
permissions or ownership info.

> Or, does some one know a clean simple way to get these files copied
> over to my other box with the SSH/SCP command in the shell?

Use -r to scp to recursively copy the directories.

    $ scp -r ~/.kde/share/apps/mail backuphost:/path/to/save/files

You should be able to use scp to transfer files which contain special
characters, you just need to quote them.

    $ scp -r 'Don\'tcha hate files with Punctuation!' backuphost:/tmp

I find it a pain to remember to quote things and it messes up my
ability to tab complete things in bash sometimes, so I'd just
recursively copy the whole dir.  Or tar up ~/ and then scp that.

Good luck,

- -- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
======================================================================
Be who you are and say what you feel because those who mind don't
matter and those who matter don't mind.
    -- Dr Seuss, "Oh the Places You'll Go"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iQFDBAEBAgAtBQJE4izHJhhodHRwOi8vd3d3LnBvYm94LmNvbS9+dG16L3BncC90
bXouYXNjAAoJEEMlk4u+rwzj3rUH/jX2H9M1cimi51+w/qKNI5nvV/eyZebg4+yJ
ycxvCqN2bPO6THQUD88+ar/NOrLljyFpF1mjRqmRhR3/zzr3D2MaQIcfZCYBOM6C
wXb/0pH8TO5dIDpHGw3mjwUGvBMDK0h9LF4KERc6IjKfpb/Rh9X96XdRFvIMnbgH
xd32swuGW6MyiW0IQBQZbTrB1PBNKZ+n4XFVueg3PQAsX4oR+NYZIkNy7N/Co3/E
UNTXeUjpIeXhxQ/Yuvpb90wAtQjTR2mBC2u7zrib/WFFvoUyeyDoSRGqe3qKHhoE
AHZfZJV2iKzHsi5Ls2+AxrsrOx9kjbMTjpESLq0jRLEPZ50nqxs=
=LCHN
-----END PGP SIGNATURE-----


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux