Themes

Backups

Number of tutorials: 9
How do I restore Email from backup?

1 0

How do I restore Email from backup?

This guide describes the procedure for restoring an e-mail box and its IMAP directories as part of the administration of hosting services on the admin.hukot.net platform. Users have the option to restore the entire mailbox or selected IMAP directories from available backups, based on the backup date selected.

How to restore a database from backup?

1 0

How to restore a database from backup?

Within the administration, the user can restore the entire database directly to the DB server, or download a dump of the selected backup to the _sql…

How to restore web hosting from backup?

3 0

How to restore web hosting from backup?

Within the administration, the user can restore the webhosting directly from the WH edit area, where you can browse the backup content and choose to…

Transfer files with NFS on Windows 10

5 0

Transfer files with NFS on Windows 10

One of the favourites methods of file transfer is NFS or Network File System. NFS is a file system protocol that allows access to data over a…

3 0

VPS migration over the Internet

If you want to migrate / transfer the VPS from one host to another and don't want to reinstall the system again, you can use the disk transfer of the…

How to migrate VPS

20 0

How to migrate VPS

If you need to migrate a virtual server between two hosts over a network, you can use this simple tutorial using DD over SSH or Netcat from a Linux…

12 0

How to connect NFS on Linux - client

A quick tutorial on how to connect NFS on the client side Some basic information about NFS (Network file system): a system that allows access to…

11 0

HowTo NFS Mount - Debian/Ubuntu distros

Introduction NFS (Network File System) is a distributed filesystem protocol that allows you to mount remote directories on your server. This allows…

How to backup multiple MySQL or MariaDB databases automatically

23 0

How to backup multiple MySQL or MariaDB databases automatically

We'll show you how to back up MySQL or MariaDB, which are on the same server, using your own bash script and cron. Database Backup(s) We'll assume…