Red Squirrel
No Lifer
Currently my backup solution consists of several bash scripts which use rsync to mirror various directories. These backups are more or less to protect in the event of accidental file deletation etc... There's not much retention as it's just a nightly update.
I have another system of scripts for removable backups, using individual hard drives. Any old drive I have no use for, or even spare drives, I throw in that pool and rotate them around. I put the hard drive in a dock, each drive has the same drive label, so the backup script mounts by label to a given directory, runs a specific job file based on a file that is on the drive. It works ok, but it's kind of dirty as I can't run more than one at a time given it mounts by label. Now that I built a big file server and also added multiple external sata ports I'm thinking I should get a couple more drive docks so I can run more backups at a time. I know it's possible to mount by UUID as well so that would be my best option.
I started thinking, I want something more sophisticated and web based, so I can easily manage the backups, know which drive I should put in next, etc. I can probably code this myself but I'm wondering if there is anything out there already that is free/open source? Basically I'm looking for something kinda like Backupexec.
I have another system of scripts for removable backups, using individual hard drives. Any old drive I have no use for, or even spare drives, I throw in that pool and rotate them around. I put the hard drive in a dock, each drive has the same drive label, so the backup script mounts by label to a given directory, runs a specific job file based on a file that is on the drive. It works ok, but it's kind of dirty as I can't run more than one at a time given it mounts by label. Now that I built a big file server and also added multiple external sata ports I'm thinking I should get a couple more drive docks so I can run more backups at a time. I know it's possible to mount by UUID as well so that would be my best option.
I started thinking, I want something more sophisticated and web based, so I can easily manage the backups, know which drive I should put in next, etc. I can probably code this myself but I'm wondering if there is anything out there already that is free/open source? Basically I'm looking for something kinda like Backupexec.