bucket

Forum discussion tagged with bucket.
  1. 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...