backups

Forum discussion tagged with backups.
  1. G

    Question Need help on choosing NAS hardware and validating my expectations

    Sorry that this s so long but as I was typing it I kept thinking of more requirements and questions and wanted to give as much information as possible. I want to get off a cloud backup subscription service and implement a home personal cloud via a NAS. I currently use iDrive, but with...
  2. K

    Question Need to set up a solid backup system

    Hi guys. I stumbled across this website via a Google search in desperate search to understand and formulate a backup system for my work drives. If anyone could help me in layman terms, that would be much appreciated. I am not much of a computer geek, however I do understand the necessity to...
  3. ComputerGuy2006

    Automated 7zip/encrypted backups to the cloud

    I have a cron job that runs once a week (Sunday) that archive the entire directory: 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on -pThePassword -mhe=on /home/mybackups/$(date +%Y-%V)/$(date +%Y-%V).7z /var/www/html I then have another cron job that runs every day expect for Sunday: 7z u...