<?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=Dalaro</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=Dalaro"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php/Special:Contributions/Dalaro"/>
	<updated>2026-04-04T03:41:52Z</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=3849</id>
		<title>Snapshots</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Snapshots&amp;diff=3849"/>
		<updated>2011-01-19T18:38:39Z</updated>

		<summary type="html">&lt;p&gt;Dalaro: sp&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 scenario.  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>Dalaro</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=CoreServices&amp;diff=2524</id>
		<title>CoreServices</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=CoreServices&amp;diff=2524"/>
		<updated>2009-04-17T18:59:56Z</updated>

		<summary type="html">&lt;p&gt;Dalaro: sp.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Kerberos|Authentication (UMIACS KRB5/UNIX)]]&lt;br /&gt;
&lt;br /&gt;
* [[ActiveDirectory|Authentication (Active Directory/Windows)]]&lt;br /&gt;
&lt;br /&gt;
* [[EMail]]&lt;br /&gt;
&lt;br /&gt;
* [[Printing]]&lt;br /&gt;
&lt;br /&gt;
* [[MailingLists|Mailing Lists]]&lt;br /&gt;
&lt;br /&gt;
* [[OSSupport|Operating Systems Support]]&lt;br /&gt;
&lt;br /&gt;
* [[NAS|Network Attached Storage]]&lt;br /&gt;
&lt;br /&gt;
* [[Web|Web Services]]&lt;br /&gt;
&lt;br /&gt;
* [[FileTransferProtocol |File Transfer Protocol]]&lt;br /&gt;
&lt;br /&gt;
* [[Subversion|Revision Control (Subversion)]]&lt;br /&gt;
&lt;br /&gt;
* [[Programming|Programming Languages]]&lt;br /&gt;
&lt;br /&gt;
* [[Backups]]&lt;br /&gt;
&lt;br /&gt;
* [[VPN|Virtual Private Networking]]&lt;br /&gt;
&lt;br /&gt;
* [[WinXPRemoteAssist|Windows XP Remote Assistance]]&lt;br /&gt;
&lt;br /&gt;
* [[LocalDataStorage|Local Data Storage]]&lt;/div&gt;</summary>
		<author><name>Dalaro</name></author>
	</entry>
</feed>