Menu

#31 Problems in Scheduled backup script

2.2
closed-fixed
nobody
5
2013-08-15
2012-04-23
Spencer
No

In version 2.2 when I generate a backup script it has the following at the end:

@chdir("/mydir");
@include("backup.php");
@chdir("");

The backups fail when called by wget unless I comment out the chdir lines to look like this:

#@chdir("/mydir");
@include("backup.php");
#@chdir("");

Discussion

  • Dirk

    Dirk - 2013-08-15

    fixed in 2.3

     
  • Dirk

    Dirk - 2013-08-15
    • status: open --> closed-fixed
    • Group: --> 2.2
     

Log in to post a comment.