unlimited-storage

YouTube filesystem tool for uploading arbitrary data to the service
git clone git://git.laack.co/unlimited-storage.git
Log | Files | Refs | README

backup.sh (103B)


      1 #!/bin/bash
      2 
      3 tar -cvf /dev/shm/brgr.tar /backups/brgr
      4 gpg -c /dev/shm/brgr.tar > /dev/shm/brgr.tar.gpg