Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:facility:software:copy [2025/03/05 14:00] – Roy Prouty | wiki:facility:software:copy [2025/04/03 18:51] (current) – Max Breitmeyer | ||
---|---|---|---|
Line 4: | Line 4: | ||
- Identify what data you would like to transfer to your local device using the steps shown in [[wiki: | - Identify what data you would like to transfer to your local device using the steps shown in [[wiki: | ||
- | |||
- While still ssh'ed into the system, copy the data from the "Long Term Storage (LTS)" into your home directory and the folder designated for holding data. This can be done by typing the following command: "cp $file_to_be_copied ./ | - While still ssh'ed into the system, copy the data from the "Long Term Storage (LTS)" into your home directory and the folder designated for holding data. This can be done by typing the following command: "cp $file_to_be_copied ./ | ||
- Note: To keep from overcrowding, | - Note: To keep from overcrowding, | ||
+ | - If you are attempting to copy significant amounts of data, zipping the files will be the most efficient method. This can be done using the following command: "tar -czf filename.tar.gz file1 file2 file3... fileN" or if you're familiar with wildcards you can use that to create the file. | ||
- Once the data has been copied into the home directory return to your local device. | - Once the data has been copied into the home directory return to your local device. | ||
Line 18: | Line 17: | ||
=== On Linux === | === On Linux === | ||
- | - In your terminal type "scp obs-user@obs-database.rs.umbc.edu:/ | + | - In your terminal type "scp obs-user@obs-database.rs.umbc.edu:/ |
- For mac/unix your location to be stored will look something like: / | - For mac/unix your location to be stored will look something like: / | ||