Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple problem with DEST_DIR="$DEST_BASE_DIR/$HOST/$DATABASE" #7

Open
nfork opened this issue Nov 15, 2015 · 0 comments
Open

Multiple problem with DEST_DIR="$DEST_BASE_DIR/$HOST/$DATABASE" #7

nfork opened this issue Nov 15, 2015 · 0 comments

Comments

@nfork
Copy link

nfork commented Nov 15, 2015

Hi,
Good work this script !
But little bug with DEST_DIR="$DEST_BASE_DIR/$HOST/$DATABASE".

  1. backup.sh:33
    mkdir: cannot create directory '/thebasedir/localhost/mydatabase': No such file or directory.

  2. backup_rotation.sh, line 397
    echo "mkdir $FTP_TARGET_DIR" >> $TMP_DIR/backup.incoming/ftp_command.tmp
    The exection of this ftp script say me that it cant create the dir, because there is 3 (or 2) directory to create. FTP seems only works with 1 directory to create.

Bisous.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant