Beagle Board Or Raspberry

Hi Friends,

I am thinking of creating a small System, which will be able to backup my Website everyday, automatically on an external hard Disk. Can someone guide me if it would be best to move ahead with Beagle or Raspberry.

Hi Friends,

I am thinking of creating a small System, which will be able to backup my
Website <https://silicophilic.com> everyday, automatically on an external
hard Disk. Can someone guide me if it would be best to move ahead with
Beagle or Raspberry.

The Raspberry Pi is faster and cheaper and is better as a "normal" computer
(as opposed to a purely embeded system).

I used a Raspberry Pi zero with usb-to-ethernet adapter and usb-to-ssd converter, found transfer rates to be slow.

Being RPi zero uses the same usb bus, this most likely is the cause of being slow.

I used it as a git server for u-boot and Linux source code for Yocto builds
Then moved it to a beaglebone black with wired ethernet and usb-to-ssd converter, was much happier.
So it comes down to what kind of bandwidth you need.

Don’t recall the exact number, but I think beaglebone black will draw about 3x or 4x of power (pi zero < 100ma, bbb > 350ma) idle state
That’s my experience, hope it helps

I used a Raspberry Pi zero with usb-to-ethernet adapter and usb-to-ssd
converter, found transfer rates to be slow.
Being RPi zero uses the same usb bus, this most likely is the cause of
being slow.

Yes. A Pi3 has a much faster network, both wired and wireless. I use an older
Pi2 as a "build box", both for "native" Pi and BBB/PB applications as well as
cross-building for embeded MCUs (avr, arm M0, ESP32) and it is reasonable. Not
lighting fast, but quite fast enough. I also run KiCAD (with my laptop as a
remote screen using X11 tunneled through ssh) on it to design PCBs. It has
acceptable performance.

{Testing configuring Agent to send group replies via email to Google Groups
as my normal gmane access is resulting in bounced posts -- hence the old
date stamp}

Yes. A Pi3 has a much faster network, both wired and wireless. I use an older

  A Pi 4B should be capable of much higher speed, having USB 3 ports, and
I believe the NIC is "real", not using USB for Ethernet. Still waiting for
notification of the 4GB model to come in (did receive a 2GB today). Got too
many Pi boxes: 3B running Pi-Star digital Amateur Radio node, 3B running
nginx as a slow web-server via a dynamic DNS system, 2 3B+, and a 4B2G --
I've just moved a 3B+ to the computer desk next to one of my BBB for
scratch operations)