Search:

Type: Posts; User: wealthy2; Keyword(s):

Search: Search took 0.07 seconds.

  1. [ubuntu] Re: How Do I Shut Down Linux with a Command Line

    init 0
    And to reboot:

    init 6
  2. [ubuntu] Re: Setting up a Cluster with Tomcats, a MySQL-Cluster, Git repos, internal trac...

    These requirements (specs) shouldn't have anything to do w/ Ubuntu, I mean, any distribution would do!
    Although I understand that the thread is bit old and you are just inquiring to evaluate, is/was...
  3. Replies
    7
    Views
    3,144

    [ubuntu] Re: Postgresql backup Bash script

    If I am not mistaken:

    #!/bin/bash
    DATE=`which --skip-alias date`
    TODAY=`$DATE '+%Y-%m-%d'`
    /usr/bin/pg_dump -h localhost -p 5432 -U postgres -F plain -O -v -f...
Results 1 to 3 of 3