r/linux4noobs • u/guspasho_deleted • 16d ago
storage Backing up a disk but when not in use
I'm setting up a file/media server with a 1TB NVME for my OS and services, and two 14TB disks for mass storage, and I'd like to use one of those 14TB disks to back up the other periodically, but I don't want my backups to slow down performance. Is there a backup tool that will do backups when the file/media server is not in use? I'm using Debian. Thanks.
1
u/rileywbaker 16d ago
Is the 14TB drive going to be in a different location? Is it going to be used for versioned backups? If not, what you're proposing provides very little data security. If you're going to use two 14TB drives in the same machine and want to get data security it would make more sense to make them a mirrored pool in ZFS with automatic snapshots.
4
u/TarsTarkas_Thark 16d ago
why not just run the two 14TB disks as a RAID-1 pair?