Changes
Page history
Update slk archive
authored
Apr 06, 2021
by
Hadieh Monajemi
Hide whitespace changes
Inline
Side-by-side
slk-archive.md
View page @
ce619b26
...
@@ -5,7 +5,7 @@ Preparing the list of files to be archived.
...
@@ -5,7 +5,7 @@ Preparing the list of files to be archived.
## Test Data
## Test Data
```
```
~/test-archive/
text
-file
~/test-archive/
normal
-file
~/test-archive/image-file
~/test-archive/image-file
~/test-archive/large-file
~/test-archive/large-file
~/test-archive/empty-folder
~/test-archive/empty-folder
...
@@ -15,5 +15,17 @@ Preparing the list of files to be archived.
...
@@ -15,5 +15,17 @@ Preparing the list of files to be archived.
## archive 01: archiving a normal file
## archive 01: archiving a normal file
```
```
slk archive test-archive/text-file /hsm/testing/HMarchive
slk archive test-archive/normal-file /hsm/testing/HMarchive
```
```
\ No newline at end of file
*
stdout: empty
*
stderr: empty
*
exit code: 0
## archive 02: archiving an image file
```
slk archive test-archive/image-file.jpg /hsm/testing/HMarchive
slk archive test-archive/image-file.png /hsm/testing/HMarchive
slk archive test-archive/image-file.tif /hsm/testing/HMarchive
```