Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds info about NFS backup snapshots #234

Merged
merged 4 commits into from
Mar 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions data/project_centric.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,28 @@ should also be members of that group-specific project. For example, all
members of project “ABC123” should be members of the “abc123” UNIX
group.

Project Home Backups
---------------------

If you accidentally delete files from your project home directory
(``/ccs/proj/[projid]``), you may be able to retrieve them. Online backups
are performed at regular intervals. Hourly backups for the past 24 hours,
daily backups for the last 7 days, and once-weekly backups are available. It is
possible that the deleted files are available in one of those backups. The
backup directories are named ``hourly.*``, ``daily.*``, and ``weekly.*`` where
``*`` is the date/time stamp of backup creation. For example,
``hourly.2020-01-01-0905`` is an hourly backup made on January 1st, 2020 at
9:05 AM.

The backups are accessed via the ``.snapshot`` subdirectory. Note that ``ls``
alone (or even ``ls -a``) will not show the ``.snapshot`` subdirectory exists,
though ``ls .snapshot`` will show its contents. The ``.snapshot`` feature is
available in any subdirectory of your project home directory and will show the
online backups available for that subdirectory.

To retrieve a backup, simply copy it into your desired destination with the
``cp`` command.

Project Work Areas
===================

Expand Down
22 changes: 22 additions & 0 deletions data/user_centric.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,28 @@ permissions on their home directories, although it is recommended that
permissions be set to as restrictive as possible (without interfering with your
work).

User Home Backups
-----------------

If you accidentally delete files from your home directory
(``/ccs/home/$USER``), you may be able to retrieve them. Online backups are
performed at regular intervals. Hourly backups for the past 24 hours, daily
backups for the last 7 days, and once-weekly backups are available. It is
possible that the deleted files are available in one of those backups. The
backup directories are named ``hourly.*``, ``daily.*``, and ``weekly.*`` where
``*`` is the date/time stamp of backup creation. For example,
``hourly.2020-01-01-0905`` is an hourly backup made on January 1st, 2020 at
9:05 AM.

The backups are accessed via the ``.snapshot`` subdirectory. Note that ``ls``
alone (or even ``ls -a``) will not show the ``.snapshot`` subdirectory exists,
though ``ls .snapshot`` will show its contents. The ``.snapshot`` feature is
available in any subdirectory of your home directory and will show the online
backups available for that subdirectory.

To retrieve a backup, simply copy it into your desired destination with the
``cp`` command.

User Website Directory
----------------------

Expand Down