Selaa lähdekoodia

README change

root 10 vuotta sitten
vanhempi
commit
3ceb3b816a
1 muutettua tiedostoa jossa 13 lisäystä ja 2 poistoa
  1. 13 2
      README.md

+ 13 - 2
README.md

@@ -3,10 +3,21 @@ RDX_BackupPC
 
 Script for rotate RDX drives for BackupPC
 
-In my example, this script run on CentOS 6.5, with internal RDX drive.
-The main goal is to prepare RDX drive to Linux filesystem, format, and mount automaticly in BackuPC datas directory.
+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.