Commit 033fe23c authored by Vitaly Lipatov's avatar Vitaly Lipatov

small updates

parent 56530039
#!/bin/sh
DIR=/var/local/backup/a01/podman-images
DIR=/var/local/hdd/backup/a01/podman-images
remote_save()
{
ssh a02 tee "$1" >/dev/null
#cat > "$1"
}
mkdir -p $DIR
......
#!/bin/sh
DIR=/var/local/backup/a01/podman-images
DIR=/var/local/hdd/backup/a02/podman-images
remote_save()
{
......
......@@ -59,7 +59,7 @@ cat <<EOF >> $SITESDIR/$ACONF.yml
- "memcached memcached.azbyka memcached.$AUSER:$MEMCACHEDHOST"
- "redis redis.azbyka redis.$AUSER:$REDISHOST"
- "mysql.azbyka mysql.$AUSER:$MYSQLHOST"
- "manticore:$MANTICOREHOST"
- "manticore manticore.azbyka:$MANTICOREHOST"
networks:
default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment