Difference between revisions of "LSDF Online Storage: Snapshots"

From Lsdf
(Created page with "Snapshots are used to create a point-in-time copy of a file system or file sets. Snapshots can be used to quickly restore files or folders that were unintentionally deleted. S...")
 
(Add migration note)
(Tag: Replaced)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
This page has been updated and migrated to the new docs site:
Snapshots are used to create a point-in-time copy of a file system or file sets.
 
Snapshots can be used to quickly restore files or folders that were unintentionally deleted. Snapshots also provide a form of file versioning and the ability to revert to a previous version of a file, depending on the time interval between snapshots.
 
   
  +
https://www.lsdf.kit.edu/docs/filesystem/#snapshots
'''LSDF User Snapshots:'''
 
 
<pre>
 
>ssh loginname@os-login.lsdf.kit.edu
 
>cd $SNAPSHOTS
 
>ls
 
daily-2018.02.02-03.00.12 monthly-2017.11.30-23.00.12
 
daily-2018.02.03-03.00.12 monthly-2017.12.31-23.00.12
 
daily-2018.02.04-03.00.12 monthly-2018.01.31-23.00.12
 
daily-2018.02.05-03.00.12 weekly-2018.01.14-14.30.12
 
daily-2018.02.06-03.00.12 weekly-2018.01.21-14.30.12
 
daily-2018.02.07-03.00.12 weekly-2018.01.28-14.30.12
 
daily-2018.02.08-03.00.12 weekly-2018.02.04-14.30.12
 
</pre>
 
 
'''LSDF Project Snapshots'''
 
<pre>
 
>ssh loginname@os-login.lsdf.kit.edu
 
>ls $PROJECTSNAPSHOTS
 
daily-2018.02.06-05.00.58
 
daily-2018.02.07-05.00.58
 
daily-2018.02.08-05.00.58
 
...
 
</pre>
 
 
[[LSDF_Online_Storage_Filesystem|Some of the characteristics of the file systems are shown in Table. ]]
 
<hr>
 
<br>
 
<br>
 
 
[[Category:LSDF_Online_Storage|Snapshots]]
 

Latest revision as of 18:54, 21 February 2023

This page has been updated and migrated to the new docs site:

https://www.lsdf.kit.edu/docs/filesystem/#snapshots