<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.umiacs.umd.edu/umiacs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rayhan</id>
	<title>UMIACS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.umiacs.umd.edu/umiacs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rayhan"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php/Special:Contributions/Rayhan"/>
	<updated>2026-05-29T22:36:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Snapshots&amp;diff=3602</id>
		<title>Snapshots</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Snapshots&amp;diff=3602"/>
		<updated>2010-08-18T20:39:09Z</updated>

		<summary type="html">&lt;p&gt;Rayhan: /* CIFS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Snapshots are a implementation of copy on write that allows for a file system to quickly take a point in time copy of the file system and provide access to the data through a .snapshot directory.&lt;br /&gt;
&lt;br /&gt;
We provide [[Snapshots]] on our [[ONStor]] filers to certain file systems.&lt;br /&gt;
&lt;br /&gt;
==Snapshot Policy==&lt;br /&gt;
&lt;br /&gt;
Our core file systems in the department are on a 4 hour snapshot cycle.  Snapshots are taken at,&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color:green; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|  12am&lt;br /&gt;
| 4am&lt;br /&gt;
| 8am&lt;br /&gt;
| 12pm&lt;br /&gt;
| 4pm&lt;br /&gt;
| 8pm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
We retain up to 8 hourly snapshots, 2 daily snapshots and 1 weekly snapshot.&lt;br /&gt;
&lt;br /&gt;
These are available on the following [[OpenLAB]] file systems,&lt;br /&gt;
&lt;br /&gt;
===[[NFS]]===&lt;br /&gt;
* /nfshomes&lt;br /&gt;
* /fs/www&lt;br /&gt;
* /fs/www-users&lt;br /&gt;
* /fs/ftp&lt;br /&gt;
&lt;br /&gt;
===[[CIFS]]===&lt;br /&gt;
* \\umiacsfs02.umiacs.umd.edu\nfshomes&lt;br /&gt;
* \\umiacs-webftp.umiacs.umd.edu\www-umiacs&lt;br /&gt;
* \\umiacs-webftp.umiacs.umd.edu\www-users&lt;br /&gt;
* \\umiacs-webftp.umiacs.umd.edu\ftp-umiacs&lt;br /&gt;
&lt;br /&gt;
Please see [[SnapshotFileSystems]] for a list of our file systems that have snapshots in the department.&lt;br /&gt;
&lt;br /&gt;
==Snapshot Restoring==&lt;br /&gt;
&lt;br /&gt;
If you find that you have mistakenly deleted a file and it was created/written to before the last snapshot[1].  You can restore the file by going to the directory where the file was and changing into the .snapshot directory and then using a normal copy operation to copy it back to the directory where you would like it.  Please note that the .snapshot directory is hidden and may not appear when you do a directory listing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;[1] - If a file was created or modified after the last snapshot then you can potentially lose up to 4 hours of work in a worse case scenerio.  Please make sure you save your work throughout the day.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
Changing to my quotes directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ pwd&lt;br /&gt;
/nfshomes/derek/work/quotes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I see that i have a quote called  &#039;&#039;&#039;redhat_sole_source_2007.doc&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ ls&lt;br /&gt;
dlt_pdf_quote2007.pdf  Quote_300086759.html         redhat_solesource.pdf&lt;br /&gt;
dlt_pdf_quote.pdf      Quote_353511914.html         soleSource2007.pdf&lt;br /&gt;
dlt_quote.pdf          Quote_367512608.html         soleSource.pdf&lt;br /&gt;
dy1014.xls             Quote_367884529.html         UMD_008.xls&lt;br /&gt;
Quote_250530976.html   redhat_sole_source_2007.doc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ ls -la redhat_sole_source_2007.doc &lt;br /&gt;
-rw-r--r-- 1 derek derek 39936 Jan 23  2007 redhat_sole_source_2007.doc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I will remove it from the current file system.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ rm redhat_sole_source_2007.doc &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As you can see it no longer is there.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ ls &lt;br /&gt;
dlt_pdf_quote2007.pdf  Quote_250530976.html  Quote_367884529.html   UMD_008.xls&lt;br /&gt;
dlt_pdf_quote.pdf      Quote_300086759.html  redhat_solesource.pdf&lt;br /&gt;
dlt_quote.pdf          Quote_353511914.html  soleSource2007.pdf&lt;br /&gt;
dy1014.xls             Quote_367512608.html  soleSource.pdf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I am going to go into the last hourly snapshot &#039;&#039;&#039;hourly.0&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ cd .snapshot/hourly.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As you can see the quote is still here.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty hourly.0]$ ls&lt;br /&gt;
dlt_pdf_quote2007.pdf  Quote_300086759.html         redhat_solesource.pdf&lt;br /&gt;
dlt_pdf_quote.pdf      Quote_353511914.html         soleSource2007.pdf&lt;br /&gt;
dlt_quote.pdf          Quote_367512608.html         soleSource.pdf&lt;br /&gt;
dy1014.xls             Quote_367884529.html         UMD_008.xls&lt;br /&gt;
Quote_250530976.html   redhat_sole_source_2007.doc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I copy it back to the original directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty hourly.0]$ cp redhat_sole_source_2007.doc /nfshomes/derek/work/quotes/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Change back to the original directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty hourly.0]$ cd /nfshomes/derek/work/quotes/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
And it is back.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ ls&lt;br /&gt;
dlt_pdf_quote2007.pdf  Quote_300086759.html         redhat_solesource.pdf&lt;br /&gt;
dlt_pdf_quote.pdf      Quote_353511914.html         soleSource2007.pdf&lt;br /&gt;
dlt_quote.pdf          Quote_367512608.html         soleSource.pdf&lt;br /&gt;
dy1014.xls             Quote_367884529.html         UMD_008.xls&lt;br /&gt;
Quote_250530976.html   redhat_sole_source_2007.doc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Rayhan</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=NASUsers&amp;diff=3601</id>
		<title>NASUsers</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=NASUsers&amp;diff=3601"/>
		<updated>2010-08-18T20:38:40Z</updated>

		<summary type="html">&lt;p&gt;Rayhan: /* Web Pages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Web Pages===&lt;br /&gt;
&lt;br /&gt;
Your UMIACS web page is online at &lt;br /&gt;
&lt;br /&gt;
  http://www.umiacs.umd.edu/~username.&lt;br /&gt;
&lt;br /&gt;
You can edit it as &lt;br /&gt;
&lt;br /&gt;
  /fs/www-umiacs/users/username&lt;br /&gt;
&lt;br /&gt;
on any supported UNIX system and you can mount it via [[CIFS]] with as&lt;br /&gt;
&lt;br /&gt;
  \\umiacs-webftp.umiacs.umd.edu\www-users&lt;br /&gt;
&lt;br /&gt;
This file system has regular backups with our [[TSM]] service and has [[Snapshots]] for easy user restores.&lt;br /&gt;
&lt;br /&gt;
===Personal FTP Sites for Distributing Data===&lt;br /&gt;
&lt;br /&gt;
Your ftp site is online at&lt;br /&gt;
  &lt;br /&gt;
  ftp://ftp.umiacs.umd.edu/pub/username&lt;br /&gt;
&lt;br /&gt;
On any supported UNIX workstation, you can access your ftp site as&lt;br /&gt;
  &lt;br /&gt;
  /fs/ftp-umiacs/pub/username&lt;br /&gt;
&lt;br /&gt;
Windows users can map it as a network drive from&lt;br /&gt;
  &lt;br /&gt;
  \\umiacs-webftp.umiacs.umd.edu\ftp-umiacs\pub&lt;br /&gt;
&lt;br /&gt;
You can also upload files using [[FTP]], [[SFTP]], and [[SCP]] through openlab.umiacs.umd.edu.&lt;br /&gt;
&lt;br /&gt;
Please note that anyone with an internet connection can log in and download these files so please to do not use your ftp site to store confidential data.&lt;br /&gt;
&lt;br /&gt;
This file system has regular backups with our [[TSM]] service and has [[Snapshots]] for easy user restores.&lt;br /&gt;
&lt;br /&gt;
===Personal FTP Sites for Accepting Uploads===&lt;br /&gt;
&lt;br /&gt;
You can also accept uploads through ftp at&lt;br /&gt;
&lt;br /&gt;
  ftp://ftp.umiacs.umd.edu/incoming/username.&lt;br /&gt;
&lt;br /&gt;
To access the uploads on any supported UNIX workstation go to&lt;br /&gt;
&lt;br /&gt;
  /fs/ftp-umiacs/incoming/username&lt;br /&gt;
&lt;br /&gt;
Please copy and then delete the uploaded files. Windows users can map the directory as&lt;br /&gt;
&lt;br /&gt;
  \\umiacs-webftp.umiacs.umd.edu\ftp-umiacs\incoming.&lt;br /&gt;
&lt;br /&gt;
Please note that your peers will not be able to list or read the files that they upload, since this would allow unrelated third parties to upload and distribute files through our ftp service.&lt;br /&gt;
&lt;br /&gt;
This file system has regular backups with our [[TSM]] service and has [[Snapshots]] for easy user restores.&lt;br /&gt;
&lt;br /&gt;
===Conduit - DEPRECATED===&lt;br /&gt;
&lt;br /&gt;
Other NFS based file systems are available via [[CIFS]]&lt;br /&gt;
&lt;br /&gt;
  \\conduit.umiacs.umd.edu&lt;br /&gt;
&lt;br /&gt;
===Usage Guidelines===&lt;br /&gt;
&lt;br /&gt;
Personal NAS is configured to be highly available and modest in both size and usage. Please store large or heavily accessed data sets in a dedicated project storage directory that is tuned for your application.&lt;br /&gt;
&lt;br /&gt;
Please avoid storing shared project data in personal storage allocations. Separating project data from personal data will simplify administration and data management for both researchers and staff.&lt;/div&gt;</summary>
		<author><name>Rayhan</name></author>
	</entry>
</feed>