Would it be reasonable to expect a Raspberry Pi 4 to run Nextcloud and manage a photo backup of +100 Gb?
The Raspberry Pi is from 2020, running Raspbian, and it was used as an intervalometer with the help of gphoto2 (meaning no great efforts were demanded from it).
The pictures are on two external hard drives
*1Tb WesternDigital SATA (bought second hand, but “like new” according to the sales guy.
*320Gb WesternDigital SATA (inherited from an AcerOne laptop once I realized it could not even handle lubuntu)
My very limited knowledge on the subject tells me I need to:
*Get rid of Raspbian and install Raspberry Pi OS
*Install Nextcloud (and upgrade an existing account)
*Upload +100 Gb
Would the aforementioned steps allow me to access the files on Fedora/Kubuntu (two separate hard drives on a desktop) and openSUSUE (on a laptop)?
I’m also testing a filen.io account and a sync.com account. All three services (NextCloud, Filen, and Sync) work as I expect on an Ipad.
Filen and Nextcloud have Linux applications, and both have been working without problems on test backups of 100 pictures.
Sync is CANADIAN but not Linux friendly (I tried Wine, didn’t work, gave up)… I’m accessing a free account via Firefox only, so I’m not counting on them for this journey.
So, long story short, I want to back up my files (mostly pictures/scans and some pfd documents) on someone else’s computer and locally.
Now the question. Can anyone recommend a guide to achieve what I want?
I’m a cook by trade without any technical (software/hardware) training who has been using Linux (openSUSE, Ubuntu, Arch, Mint) since 2012. Please forgive any mistakes on terminology.
I included a picture of my intervalo-Frankenstein-meter from 2020.
Thank You.
I use Syncthing for this. This is peer-to-peer syncing so you don’t need a cloud service in between. Works well on all platforms.
I also use filen for encrypted cloud storage and nextcloud for mulitfunctional cloud storage and can work fine as well but nextcloud is much more complex and CPU intensive so the pi might struggle with certain operations as it retains much more information (databases and such).
Rpi4 can work with Syncthing (tested) because it works as a local webserver so you only need an OS with a browser (or do it all in the terminal). Doesn’t really matter which OS you use, most will work so Raspberry Pi OS for the pi is fine. Syncthing is in the official repo of Fedora and Opensuse.
I would rather have all synchronized data on external drives. Would syncthing allow me to work on USB hard drives?
Yes! You can provider any path available to the user
This might be the solution I’m looking for.