Use md2mb: Difference between revisions

From UW-Math Wiki
Jump to navigation Jump to search
(New page: === Using md2mb To Backup Your Mail === A program named md2mb allows you to make a backup of your mail in mbox format. To use md2mb, follow the directions below: Note that the math Departm...)
 
mNo edit summary
Line 1: Line 1:
=== Using md2mb To Backup Your Mail ===
=== Makeing a Backup Your Mail ===
A program named md2mb allows you to make a backup of your mail in mbox format. To use md2mb, follow the directions below: Note that the math Department also makes backups of your mail on a nightly basis. But you can use md2mb to make your own backups or to take your mail with you when  leave the department.
The Math Department makes a nightly backup of your mail and archives this backup to tape. However, users may wish to make their own backups or to make a copy of their mail in order to take it with them when they leave. You can use a program called md2mb for this purpose. Md2mb allows users to make backups of their mail in itheir home directory mbox format which is recognized by the import function in most email clients. To use md2mb, follow the directions below.  


# [[Use an ssh client to log onto login.math.wisc.edu]].
# [[Use an ssh client to log onto login.math.wisc.edu]].
# Run the program md2mb.  If you run the program with no options, it will make a copy of each of your mail folders, starting with your Inbox, each in a seperate file in the ~/mail/ folder in your home directory.  
# Run the program md2mb.  If you run the program with no options, it will  
make a copy of each of your mail folders, starting with your Inbox, each in  
a separate file in the ~/mail/ folder in your home directory. Use the --folder=<foldername> to make a backup of a single folder.  Use the --quiet option to silence progress meesages during the backup.
 
Caution: Md2mb makes a copy of your mail in your home directory in your network space. This could easily put you over your disk space quota.  


=== Examples ===
=== Examples ===
Line 10: Line 14:
to the ~/mail/ directory in your home directory.
to the ~/mail/ directory in your home directory.


md2mb  
md2mb


2. Copy the Sent-Mail folder to the file ~/mail/Sent-Items.mbx :
2. Copy the Sent-Mail folder to the file ~/mail/Sent-Items.mbx :

Revision as of 16:10, 10 January 2012

Makeing a Backup Your Mail

The Math Department makes a nightly backup of your mail and archives this backup to tape. However, users may wish to make their own backups or to make a copy of their mail in order to take it with them when they leave. You can use a program called md2mb for this purpose. Md2mb allows users to make backups of their mail in itheir home directory mbox format which is recognized by the import function in most email clients. To use md2mb, follow the directions below.

  1. Use an ssh client to log onto login.math.wisc.edu.
  2. Run the program md2mb. If you run the program with no options, it will

make a copy of each of your mail folders, starting with your Inbox, each in a separate file in the ~/mail/ folder in your home directory. Use the --folder=<foldername> to make a backup of a single folder. Use the --quiet option to silence progress meesages during the backup.

Caution: Md2mb makes a copy of your mail in your home directory in your network space. This could easily put you over your disk space quota.

Examples

1. Copy all your mail folders, starting with the Inbox to the ~/mail/ directory in your home directory.

md2mb

2. Copy the Sent-Mail folder to the file ~/mail/Sent-Items.mbx :

md2mb --folder=Sent-Mail

3. Copy all of your mail but do not issue progress reports:

md2mb --quiet