Skip to content

Commit 06fcd5f

Browse files
committed
Creating a script to back up experiment files.
1 parent c4610ce commit 06fcd5f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

backup-experiment.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# zip -r index.zip index
2+
# zip -r indexing.zip *.index
3+
4+
zip -r data.zip data
5+
zip -r output.zip output
6+
zip -r prov.zip prov
7+
zip -r extraction.zip *.csv
8+
zip -r visualization.zip *.png
9+
10+

0 commit comments

Comments
 (0)