Syncing with $ARCHIVE
A few examples of backing up data to $ARCHIVE
$CENTER1 <-> $ARCHIVE
The volatile, high performance scratch filesystem, $CENTER1, is not intended for permanent storage. Users are responsible for backing up any critical data either to their own storage, or to $ARCHIVE. The two methods recommended to backup files are either sftp
, scp
, or rsync
via ssh
. Here are examples of using these commands.
To simplify these processes, set up SSH keys for easier authentication onto bigdipper.alaska.edu first.
sftp a file
scp a sub-directory
rsync via ssh
Note the trailing "/" in the path names. They are important. For more information, see the rsync man page.
All of these transfers can be automated and executed as a batch job in the chinook transfer queue, or as a cron job on a chinook login node.
Last updated