Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

How can i run the fpart + cpio + GNU Parallel command with SSH #16

@Fettah

Description

@Fettah

The command under your point (5.9)
time parallel --will-cite -j ${threads} --pipepart --round-robin --delay .1 --block 1M -a /home/ec2-user/fpart-files-to-transfer.0 sudo "cpio -dpmL /mnt/efs/01/tutorial/parallelcpio/${instance_id}" &

How can I run it from an on premise server ? I am syncing data between a virtual machine and en ec2 that has EFS mounted. I do need to ssh here.

something like this:
time parallel --will-cite -j ${threads} --pipepart --round-robin --delay .1 --block 1M -a /home/ec2-user/fpart-files-to-transfer.0 "cpio -dpmL ec2-user@ec2-ip-address:/docker-efs/docker/parallelcpio"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions