E
E
Evgeny Elizarov2015-02-23 01:32:43
Backup
Evgeny Elizarov, 2015-02-23 01:32:43

What is the best way to backup configuration files across multiple servers?

Gentlemen, give me an idea - what is the best way to backup periodically certain configs on 10 servers (linux)? So far, only the idea comes to mind to write one big script that will run copying them to the ball (you can scp, of course, but too lazy to fiddle with the
keys ) copy the specified configs to the ball

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Saboteur, 2015-02-23
@saboteur_kiev

Also look into rsnapshot, which does just as many copies as you need (every hour, every day, keep xx copies, etc). It is available in standard repositories for almost all Linux and has been used for a long time.
True, in theory, it needs a local path, but this is solved through, well, for example, nfs mount.

V
Vyacheslav Barsukov, 2015-02-23
@slavabars

I'm leaning towards my script. In your own, you can prescribe paths for any OS, for any configs.
You can collect together in a convenient way (ssh, cloud, email)

X
xmoonlight, 2015-02-23
@xmoonlight

inside the network - bash using cron: (s)ftp
externally - bash using cron: sftp - only!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question