#!/bin/bash

data=$(date +%F-%H-%M)

pg_dump -h 192.168.101.124 --inserts -b -i -c -U alvowebd_nebropathuser alvowebd_nebropath > nebropath-$data.sql
