tarbackup
tarbackup copied to clipboard
Server config and scripts for creating tarbackup
I really liked this service, and I was doing my backups with it on an unattended basis using a cron job. But recently I have notice that is not currently...
btar looks like a very interesting piece of software. it could be used to provide the best features to users looking for advanced feature sets. Philosophically, tarbackup is focused on...
create a new group called rsyncgroup addgroup rsyncgroup add this line to the createusers.pl script ``` usermod -a -G rsyncgroup USER ``` configure the sshd_config file at /etc/ssh/sshd_config to match...
writing to userstocreate.txt is not atomic and should be. use a file lock (userstocreate.txt.lock) to guarantee that there is only one writer to the file at any given time. reference:...
It would be nice to be able to use curl/mail from the command-line to securely email yourself an attachment of your private encryption key for safe-keeping. A 1-liner without installing...
Since the storage array is a RAID-6 rather than ZFS or BTRFS, there should be regular integrity checks to verify the integrity of the data. This can be done by...
quotas should be enabled so that system performance can be predictable