Use Rsync for Daily, Weekly and Full Monthly Backups (Automated SSH Login For Remote Backups) Scripts
Use Rsync for Daily, Weekly and Full Monthly Backups (Automated SSH Login For Remote Backups) Scripts
Bunch of references using rsync in different scenarios backing up automatically on local or remote server.
ssh-keygen -t rsa -b 2048
chmod 0644 /home/cripperz/.ssh/id_rsa.pub
ssh-copy-id nscuser@xacker.cripperz.net
nano backup.sh
#!/bin/sh
/usr/bin/rsync -rtvu --delete-delay /home/cripperz/virtualmin-backup ncsuser@xacker.cripperz.net:/home/00/backups/xacker.cripperz.
Read More At -> https://blog.cripperz.sg/2017/08/15/use-rsync-daily-weekly-full-monthly-backups-automated-ssh-login-remote-backups-scripts/
0 comments:
Post a Comment