Ftp/sftp Vacuum
FTP: lftp -c 'open FTPSERVER_ADRESS;user USERNAME PASSWORD;mirror / /LOCAFOLDER; quit' ex: lftp -c 'open 88.88.88.88;user paludia secret123;mirror / /home/p...
FTP: lftp -c 'open FTPSERVER_ADRESS;user USERNAME PASSWORD;mirror / /LOCAFOLDER; quit' ex: lftp -c 'open 88.88.88.88;user paludia secret123;mirror / /home/p...
On this page Hardware Setup Setup network+bonding Install xen Configure LVM Add DRBD sources Install DRBD9 Configure the DRBD9 pool C...
Hardware Setup Server 1 and 2 have 4 1GB nic: eno1 connected lan eno2,eno3 and eno4 directly connected their respective ports on the other server for bonding...
Install autofs and cifs apt-get install autofs cifs-utils Configure auto fs nano /etc/auto.master +dir:/etc/auto.master.d /mnt/files /etc/a...
I use lvm lvcreate -L 25G -n myvm /dev/rootvg Create the xen hvm file: nano /etc/xen/myvm.hvm builder = "hvm" name = "myvm" memory = 2048 vcpus = 2 vi...