How to install urbackup on TS-269 Pro

How to install urbackup on TS-269 Pro

answer from AI:

Considering the current system requirements and your device’s hardware, while installing UrBackup on the QNAP TS-269 Pro is theoretically possible, it does present some challenges.

Here’s a summary of the situation:

:gear: Hardware Compatibility

The TS-269 Pro features an Intel Atom D2700 (2.13 GHz) processor and 1GB of RAM (expandable up to 3GB as needed).

Processor: Since it is x86-based, it can run UrBackup’s Linux binary files.

RAM: 1GB of RAM is quite a tight limit for UrBackup Server. Especially if you’re backing up a large number of clients simultaneously or if the file database grows, the system may slow down significantly.

:hammer_and_wrench: Installation Methods

There are 3 different ways to run UrBackup on a QNAP:

1. Container Station (Docker) - Not Recommended

The TS-269 Pro is a fairly old model. If your QTS version doesn’t support Container Station (which is often limited or very slow on this model), you won’t be able to install it via Docker. If it does support it, this is the cleanest method, but using Docker with 1GB of RAM could freeze the device.

2. Via Qnapclub.eu (QPKG)

Pre-built packages (QPKG) developed by the community for QNAP are available.

You can go to the Qnapclub market and search for “UrBackup.” If there’s a package compatible with the TS-269’s architecture (x86), you can manually install it via the App Center.

3. Manual Installation (Entware)

If you can’t find a pre-made package, you can install Entware (a package manager) on your device and attempt to set up a Debian-based system via SSH. However, this requires a significant amount of technical knowledge and may destabilize the system.

:warning: Important Warnings and Recommendations

Btrfs File System: The “Unknown mode: -1” and “Subvolume” errors you just encountered are typically caused by UrBackup attempting to use Btrfs file system features (for raw image backups). The older QTS versions used by the TS-269 Pro typically use EXT4. This can make image backups very difficult or cause errors.

Performance: This device’s processor will struggle significantly with the compression and hash calculation processes during backups.

RAM Upgrade: If you’re still using 1GB of RAM, I strongly recommend upgrading the RAM to 3GB to turn this device into an efficient backup server.

Conclusion: It can be set up, but due to the outdated operating system version and the file system likely being EXT4, you may continue to encounter the errors you just received. Using QNAP’s own application, Hybrid Backup Sync (HBS 3), instead of UrBackup could be a much more stable solution for that hardware.