cPanel SSH üzerinden Toplu Yedek alma ve Yükleme

cPanel/WHM sunucunuzda aşağıdaki komutlar ile toplu yedek alıp toplu yükleme yapabilirsiniz.

SSH üzerinden toplu yedek alma komutu (home dizinine alır);

for i in $(ls /var/cpanel/users); do /scripts/pkgacct $i;done

SSH üzerinden toplu yedek geri yükleme (restore) komutu;

cd /home
for x in $(ls -A *.tar.gz | cut -d "-" -f 2 | cut -d "." -f 1); do /scripts/restorepkg $x; done

Bu cevap yeterince yardımcı oldu mu?

Daha Fazlası

Hazır Olun, cPanel'e NGINX Desteği Geliyor!

NGINX web sunucusunun Apache'ye alternatif olarak eklenmesi sürekli talep edilen ve gündemde olan...

cPanel WHM Log Temizleme ve Log Boyutu Öğrenme

APACHE LOG İŞLEMLERİapache log dizinine geçiş yapalım;cd /usr/local/apache/logsLog dosyalarının...

cPanel SitePad Domain Missing Hatası Çözümü

cPanel de yer alan SitePad i kullanarak hazır şablonlardan web site hazırlayıp yayınlamak...

cPanel Subdomain / Alt Klasör İçin Farklı Php Versiyonu Kullanma

Örneğin deneme.com domainde /cliaweb/ dizini altında php 7.3 kullanmak istiyor isek .htaccess e...

Domain has exceeded the max defers and failures per hour hatası

Domain domain.com has exceeded the max defers and failures per hour (X/X (XX%)) allowed. Message...