Tag Archives: script
Backup script with rotation
Found a nice backup script that with daily, weekly monthly rotationhttps://github.com/ccztux/glsysbackup I use this script to backup my work files and kids photos that stored in Synology NAS, below is the configuration that I use. Always have a few copies … Continue reading
Synology raid rebuild speed
In case of slow raid rebuild speed, there are options to speed up the rebuild time. ssh into the synology and use the below commands
Synology WOL script
The script that will wake up another Synology machine, this enable me to wake up the machine before the backup script start.
Synology Photo Station backup script
How to backup PhotoStation to another volume or another Synology machine Create a shell script for the backup Backup into another volume Create db dump rsync to another volume Backup into another synology Create db dump rsync to another Synology … Continue reading
Rsync over SSH with key
Create a new ssh key pair: Move the public key to remote server Add the public key to the authorized_key on the remote server: Test the connection: You should not be prompted for a password. Test the synchronization: