Search:

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

Search: Search took 0.08 seconds.

  1. [ubuntu] Re: cron runs but script is not executed properly

    i could not find a solution but someone else did. i found a blog post (Problem running bash script in cron) referencing my own question here, and a solution was posted there. i followed the...
  2. [ubuntu] Re: cron runs but script is not executed properly

    i found out that getting mysql dump and then zipping it is not the problem. when it zips the directories, then it creates a binary file with a weird name and also doesn't move anything via smbclient....
  3. [ubuntu] Re: cron runs but script is not executed properly

    i found a tutorial online (http://www.techsneeze.com/smbclient-to-backup-files-from-linux-to-a-windows-server) which shows how to use the -c flag and give commands while calling smbclient. i will try...
  4. [ubuntu] Re: cron runs but script is not executed properly

    It's creating the dump and the zip files but not able to copy the file via smbclient. Instead, there is a binary file created with weird names like ziqaxKgX or something like that.
  5. [ubuntu] cron runs but script is not executed properly

    I have the following bash script for daily backing up of mysql database and deleting some temporary files. Its main steps are: (1) Use mysqldump to create a backup .sql file; (2) Zip up the file; (3)...
Results 1 to 5 of 5