User Profile

Collapse

Profile Sidebar

Collapse
dpal
dpal
Last Activity: Sep 28 '06, 01:46 AM
Joined: Aug 23 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dpal
    replied to MYSQL help
    Actually, if you are using the command-line client, you should be able to just type:
    mysql -u username -p -h hostname dbname

    where
    username=user of db you are going to connect
    hostname= name of remote dbhost
    dbname= name of remote database
    See more | Go to post

    Leave a comment:


  • dpal
    replied to incremental backup help
    Are you talking about full server backups or backing up just a few important files here and there?
    If it's just a couple of targeted important files, I suggest writing a script and throwing it in cron. However, if you really need something more feature-rich:
    Have you looked at amanda ?
    See more | Go to post

    Leave a comment:


  • I think I am understanding you correctly...
    you want to use 2 command line arguments in your script?
    If so you will need to:

    import sys
    #assign arbuments to variables foo and bar
    foo = sys.argv[1]
    bar = sys.argv[2]
    See more | Go to post

    Leave a comment:


  • You have named your class Interactions. In your main script, you are calling for the class interactions. Compare.. Interactions ! = interactions.
    Also, is this a project you are doing for kicks? If you you need such a utility, slickrun does what you have described, almost to the letter. Of course, Slickrun is a windows only app. ;)
    See more | Go to post

    Leave a comment:


  • dpal
    replied to Legato Knowledge
    This is an older post, but I figured I'd give it a shot...
    I have some knowledge in Networker 7.1 and 7.2. I'll be happy to help if I can.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...