Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-tools-x393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-tools-x393
Commits
c4cc0049
Commit
c4cc0049
authored
Jun 04, 2019
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updateed help
parent
83923dc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
int_ssd_download.py
int_ssd_download.py
+5
-2
No files found.
int_ssd_download.py
View file @
c4cc0049
...
...
@@ -43,11 +43,14 @@ examples:\n
I.
* internal SSD, camera is powered on
* The data is on the raw partition /dev/sdb2
* The file with camogm pointers is on /dev/sdb1
* Destination path: /data/footage/test
Download:
* Whole
partition
in 10GB chunks:
* Whole
footage based on the pointers in (/dev/sdb1) camogm.disk file
in 10GB chunks:
{1}${0} -c root@192.168.0.9 /data/footage/test{2}
* Whole partition in 1GB chunks:
* Whole footage (based on camogm.disk) in 10GB chunks but skipping the first 2 chunks:
{1}${0} -c root@192.168.0.9 -s 2 /data/footage/test{2}
* Whole footage (based on camogm.disk) in 1GB chunks:
{1}${0} -c root@192.168.0.9 -bc 50 /data/footage/test{2}
* 5GB in 1GB chunks, skip the first 3GBs:
{1}${0} -c root@192.168.0.9 -bc 50 -s 3 -n 5 /data/footage/test{2}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment