evobackup/install/etc/evobackup/actions.d/12_redis
Benoit.S « Benpro » eb4c2c6f41 Refactoring of the code.
Evobackup is is now all in english and it is more flexible and easy to
install & configure.
2013-08-03 22:53:04 +02:00

6 lines
74 B
Bash

#!/bin/sh
# Dump Redis
# cp /var/lib/redis/dump.rdb /home/backup/
exit 0