Andrew AFS Stuff
-
- Tenth Dan Procrastinator
- Posts: 3055
- Joined: Fri Jul 18, 2003 3:02 am
- Location: Varies
- Contact:
Andrew AFS Stuff
So, how have people gone/will go about moving stuff from AFS?
I've debated on dumping all my mail into a large text file, tar'ing it, and grabbing it, but I'm fairly certain there has to be a better way.
Hmm... this also means I have to organize all my course files too, argh.
I've debated on dumping all my mail into a large text file, tar'ing it, and grabbing it, but I'm fairly certain there has to be a better way.
Hmm... this also means I have to organize all my course files too, argh.
-
- Grand Pooh-Bah
- Posts: 6722
- Joined: Tue Sep 19, 2006 8:45 pm
- Location: Portland, OR
- Contact:
So it sounds like you are interested in two things:
1. archiving your saved mail in a mailbox format of one kind or another, preferably one that is compatible with your current mail client
2. archiving your data
When I grabbed my stuff from Andrew and ECE, I eventually determined that I didn't care enough about my mail archives to perserve them. I looked into running some kind of IMAP-snarfing program that would connect to the IMAP server and download all the mail, but I never actually produced anything. For backups, I simply did "scp -r" and declared myself done.
Unfortunately, I reformatted the damn drive later and never made any CD backups, but that's another story.
1. archiving your saved mail in a mailbox format of one kind or another, preferably one that is compatible with your current mail client
2. archiving your data
When I grabbed my stuff from Andrew and ECE, I eventually determined that I didn't care enough about my mail archives to perserve them. I looked into running some kind of IMAP-snarfing program that would connect to the IMAP server and download all the mail, but I never actually produced anything. For backups, I simply did "scp -r" and declared myself done.
Unfortunately, I reformatted the damn drive later and never made any CD backups, but that's another story.
-
- Grand Pooh-Bah
- Posts: 6722
- Joined: Tue Sep 19, 2006 8:45 pm
- Location: Portland, OR
- Contact:
Re: Sigh
No. Wrong answer. Outlook is slower and less secure than every mail client in existence. Outlook Express is a chump program.VLSmooth wrote:Meaning I'll need to reinstall cygwin and pine, or actually install debian?
Sadly though, I think I'm getting used to outlook, so I guess I could go with that (at least it's MUCH better than Lotus Notes, which I was forced to use last summer)
Try Mozilla Mail. I've been very pleased. Plus, it's cross platform, for when you install Debian later.
-
- Grand Pooh-Bah
- Posts: 6722
- Joined: Tue Sep 19, 2006 8:45 pm
- Location: Portland, OR
- Contact:
The real way, the man's way to do this can be expressed succinctly as Net::IMAP::Simple.
-
- Tenth Dan Procrastinator
- Posts: 4891
- Joined: Fri Jul 18, 2003 3:09 am
- Location: San Jose, CA
Woah, now you're speaking vinny's language. PERL!!!!!!!Dwindlehop wrote:The real way, the man's way to do this can be expressed succinctly as Net::IMAP::Simple.
This reminds me of yesterday when Pei asked me how to selectively copy files in a directory structure while preserving the directory structure in the destination. Of course, since it was Pei, he asked other people too including vinny. Vinny busts out perl code when all you really need is "find"
*sigh*
-
- Tenth Dan Procrastinator
- Posts: 3055
- Joined: Fri Jul 18, 2003 3:02 am
- Location: Varies
- Contact:
I did use find, I didn't want to confuse pei with -exec...quantus wrote:Woah, now you're speaking vinny's language. PERL!!!!!!!Dwindlehop wrote:The real way, the man's way to do this can be expressed succinctly as Net::IMAP::Simple.
This reminds me of yesterday when Pei asked me how to selectively copy files in a directory structure while preserving the directory structure in the destination. Of course, since it was Pei, he asked other people too including vinny. Vinny busts out perl code when all you really need is "find"
*sigh*
Besides, with debugging and test info it was ~6 lines written in <1 minute.
-
- Tenth Dan Procrastinator
- Posts: 3055
- Joined: Fri Jul 18, 2003 3:02 am
- Location: Varies
- Contact:
I think you mean...
I think you mean the 3-SAT problem (Satisfiability)Peijen wrote:i think it's spelled 'stats'. something about proving if a problem is np ...