P
P
Pavel2018-12-25 19:49:35
Backup
Pavel, 2018-12-25 19:49:35

What are the top programs for creating backups in linux?

There is a server with Apache php and all the consequences + my own cloud storage (nextcloud), I think how to protect myself from data loss, I need to backup the whole thing incrementally, the problem is that I am not familiar with Linux, I use AOMEI Backupper on Windows, I need something simple, so that without turning off the server it copies all the data, although you can turn it off, let's make a backup at 3-4 o'clock in the morning and start it again, tell me how to do it correctly and painlessly?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
B
Boris Syomov, 2018-12-25
@kotomyava

rsnapshot + script to backup your databases, eg.

D
Dmitry, 2018-12-25
@Tabletko

Rsync, self-written script, and a million more options.

D
Dmitry Shitskov, 2018-12-25
@Zarom

The best option is a file system with support for snapshots (btrfs, zfs) in conjunction with rsync, for example. Also, you can get by with the send / receive mechanism of these file systems.
Take a snapshot on the server and send it to the backup server. For the rsync option, after that, you can make a snapshot on the backup server for versioning backups. For the case of sending, this will not be necessary.
However, it is recommended to backup the database using regular and recommended means of a specific DBMS

F
fdroid, 2018-12-25
@fdroid

Alternatively, rdiffbackup and its web interface rdiffweb .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question