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

Posted in Development | Tagged , , | Leave a comment

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

Posted in Development | Tagged , | Leave a comment

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.

Posted in Development | Tagged , , , | Leave a comment

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

Posted in Development | Tagged , , , , | Leave a comment

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:

Posted in Development | Tagged , , | Leave a comment