Sen descrición

Pi3rrot 106e49a9bc test %!s(int64=9) %!d(string=hai) anos
BackupPC_install.sh 5891bb823d changer order in insatll_repo %!s(int64=10) %!d(string=hai) anos
README.md 3ceb3b816a README change %!s(int64=10) %!d(string=hai) anos
rdx_eject.sh ade3f9db35 First commit %!s(int64=10) %!d(string=hai) anos
rdx_init.tar.gz ade3f9db35 First commit %!s(int64=10) %!d(string=hai) anos
rdx_manager.sh 68f1f5ed1f stop crond during long operation %!s(int64=10) %!d(string=hai) anos
test 106e49a9bc test %!s(int64=9) %!d(string=hai) anos

README.md

RDX_BackupPC

Script for rotate RDX drives for BackupPC

In my example, this script run on CentOS 6.6, with internal SATA RDX drive. The main goal is to prepare RDX drive to Linux filesystem, format, and mount automaticly in BackupPC datas directory.

Scripts are run in crontabs. You can use this in root shell :

crontab -e

SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

  • * * * * sh /root/RDX_BackupPC/rdx_manager.sh > /dev/null 2>&1
  • 12 * * 0 sh /root/RDX_BackupPC/rdx_eject.sh > /dev/null 2>&1

Script for BackupPC setup is now available :)

All contributions are welcome.