Последняя активность 1 month ago

This script backups everything from the server besides of the excluded folders.

Версия a26148932f2601f5e7481acd639eadceea78b3dd

backupvps.sh Исходник
1#!/bin/bash
2rsync -avhzr --delete --progress --rsh='ssh -p11' user@111.111.111.111:/ --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found","/swapfile","/boot/*"} /path/to/folder