* Switches of rsync: 1) -v, –verbose Increase verbosity. 2) -r, –recursive Recurse into directories. 3) -l, –links Copy symlinks as symlinks. 4) -p, –perms Preserve permissions. 5) -t, –times Preserve modification times. 6) -g, –group Preserve group. 7) -o, –owner preserve owner (super-user only) 8) -D Same as –devices –specials. –devices : preserve device files […]
See MoreAuthor: Vishwajit Kale
Command for Rsync over SSH – Unix/Linux
Command for Rsync over SSH Common Syntax for Rsync: # rsync [options] Source Destinations. Set up a secure backup with rsync + SSH of one system to the other. backup.example.com# rsync -avz –numeric-ids –delete root@myserver.example.com:/path/ /backup/myserver/ To do the backup, you have to be root on the remote server, because some files are only root […]
See MorecPHulk Brute Force Protection in cPanel
How to Disable cPHulk Brute Force Protection? 1) connect your VPS with cPanel via SSH. 2) Run the following command to disable cPHulk for 5 minutes /usr/local/cpanel/etc/init/stopcphulkd 3) cPHulkD will stop until chksrvd starts it back up again within 8 minutes. 4) Enable before chksrvd starts its back up, run the following command /usr/local/cpanel/etc/init/startcphulkd cPHulk Brute […]
See More