advertising
related pastes to tag 'rsync'
- 1452137 - Incremental rsync backup script: backup rsync
-
- #!/bin/bash
- # Simple backup with rsync
- # SOURCES and TARGET must end with slash
- SOURCES="/root/ /etc/ /home/ /boot/"
- TARGET="/usr/local/backup/"
- LOGFILE="/root/backup.log"