UNM's shared system is a cooperative environment that depends on the responsible use of resources to function efficiently. IT depends on everyone at UNM to help conserve and manage computer resources. Please be considerate of others when managing your NetID disk space.
Your NetID account includes:
Webmail, UNM's Web-based email program, continuously displays how much disk space you have used (default view) and automatically alerts you when you approach the limit of your email disk space.
To find out how much general disk space you have used, see FastInfo #1149.
IT backs up files stored in your NetID account, including email saved in folders, nightly.
Note: Email in your INBOX is not backed up. Important email messages should be saved to folders where they can be restored if data is lost.
IT keeps nightly backups for 13 months. Data from the last 14 days is backed up on disk, and can be recovered it using the UNIX commands snapshot (text version) and xsnapshot (xwindows version).
Data lost more than 14 days ago from today may be recoverable from taped backups.
Note: It could take five to 10 working days to restore data from tapes. Some data may not be recoverable. Requests for data recovery from taped backup are limited to a single date.
Contact IT Customer Support Services at 277.5757 for further assistance with recovering lost data.
Your NetID email allocation (including INBOX and folders) is 1GB. Webmail, UNM's Web-based email application, continually displays how much disk space you have used (default view) and automatically alerts you when you approach the limit of your email disk space.
Your UNIX disk space allocation is 50MB.
To conserve your general disk space, promptly delete unwanted files. If you reach your disk space allocation limit, any files you modify or attempt to save, will be reduced to an empty file, and your data will be lost.
You can download files to your computer's desktop using SFTP (Secure File Transfer Protocol) programs, such as Secure File Transfer Client (for Windows) and Fugu (for Macintosh). Both programs are available on computers in IT computer pods and can be downloaded at the IT Download page. For detailed instructions on using these programs, see:
Use the compress command to reduce the size of large files you're not currently using but may need later.
Compress a File
At the Linux prompt ($), type, compress filename and press Enter
The file will be replaced by a compressed file with a .z extension, e.g., filename.z
Use the wildcard symbol (*) to compress a set of files, e.g., compress *.exe
Uncompress a File
When you are ready to use the file again, restore it to its original form using the uncompress command,
at the prompt ($), type, uncompress filename and press Enter
Use the wildcard symbol (*) to uncompress a group of files, e.g., uncompress *.exe
First, use the tar command to create an archive of the directory you want to compress, ex., at the ($) prompt type, tar cf myarchive.tar mydirectory
Then, compress the archived directory. Remember to include the .tar extension
at the prompt, type compress myarchive.tar
The archived directory will be compressed and renamed with the .z extension, e.g., myarchive.tar.z
Finally, remove the original directory and files, at the ($) prompt type, rm -r mydirectory
Restore an Archived and Compressed Directory
At the Linux prompt ($), type the following commands in order (press Enter after each command):
uncompress myarchive.tar
tar xvf myarchive.tar
rm myarchive.tar
If you have a legitimate academic need, you may request that your general disk space be increased. Contact Customer Support Services, 277.5757 to request a disk space quota increase. You must be able to demonstrate a serious and compelling need to receive more disk space.