added urbackup and some todos

This commit is contained in:
2018-10-16 15:34:15 +02:00
parent 4d7fa59a86
commit fff73f9e3d
4 changed files with 21 additions and 6 deletions

View File

@@ -130,6 +130,11 @@ echo -e "\033[35;1mInstalling Redis \033[0m"
sleep 3
apt-get --yes --force-yes install redis-server php-redis
# TODO set maxmemory=2gb
# TODO set maxmemory-policy=volatile-lru
# TODO comment all save line
systemctl enable redis-server
systemctl restart redis-server
echo -e "\033[92;1mRedis installed\033[Om"