tarbackup icon indicating copy to clipboard operation
tarbackup copied to clipboard

Server config and scripts for creating tarbackup

Results 10 tarbackup issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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:...

bug

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...

enhancement

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...

enhancement

quotas should be enabled so that system performance can be predictable

enhancement