icombk05

icombk05 is a My Cloud Pro Series PR4100.

SSH access

  • !WARNING! Damage may void the warranty!

  • $ ssh icombk05 -l sshd

  • Password: (Technical Admin Password)

Archive to External Drive

  • icombk05 shares may contain files that require archival to another share/device

  • Options:

    • Copying files over the network can be slow (especially with large Video files)

    • Export to USB device?

      • Can be as fast as USB 3.0 & the disk allow

      • Web interface? Doesn't have an export feature

      • WD Discovery app? Supports exports but is problematic

      • SSH?

        • Allows copy from icombk05 shares to a connected USB device

        • Connect USB 3.0-to-SATA enclosure with formatted hard drive

        • SSH into icombk05 using GitBash or Putty from your Windows PC

        • Copy files you want to archive to your external drive

# ssh icombk05 -l sshd # Connect

# cd /shares # Change dir to icombk05 shares

# ls # List all shares

Archive-icombk05 SmartWare TimeMachineBackup

General-Resources Team-3D Ugreen_Storage_Device-2

Public Team-Video Volume_1

# cd Ugreen_Storage_Device-2/Team-Video/ # Change directory to the External hard drive

# cp -vr /shares/Archive-icombk05/Team-Video/* . # Copy all recursively from target to external drive