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
fcae7da8
Commit
fcae7da8
authored
Mar 17, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
there's no -p in this script
parent
a2d2dfff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
int_ssd_download.py
int_ssd_download.py
+3
-3
No files found.
int_ssd_download.py
View file @
fcae7da8
...
...
@@ -45,11 +45,11 @@ I.
* Destination path: /data/footage/test
Download:
* Whole partition in 10GB chunks:
{1}${0} -c root@192.168.0.9
-p /dev/sdb2
/data/footage/test{2}
{1}${0} -c root@192.168.0.9 /data/footage/test{2}
* Whole partition in 1GB chunks:
{1}${0} -c root@192.168.0.9 -
p /dev/sdb2 -
bc 50 /data/footage/test{2}
{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 -
p /dev/sdb2 -
bc 50 -s 3 -n 5 /data/footage/test{2}
{1}${0} -c root@192.168.0.9 -bc 50 -s 3 -n 5 /data/footage/test{2}
II. multiple cameras modes:
* "eyesis4pi"
...
...
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