debian | Backup per SSH
So ein Server will ja auch mal »gebackupt« werden — am einfachsten geht das über eine Shell-Befehlszeile:
tar cvzf - -T /root/backup-liste-include.txt | ssh BENUTZER@SERVER "cat > /root/backup-$(date +%F-%T).tar.gz"
SSH" />
Posts Tagged ‘ cat ’
So ein Server will ja auch mal »gebackupt« werden — am einfachsten geht das über eine Shell-Befehlszeile:
tar cvzf - -T /root/backup-liste-include.txt | ssh BENUTZER@SERVER "cat > /root/backup-$(date +%F-%T).tar.gz"
social media