backup and ispconfig

Discussion in 'General' started by Ovidiu, Mar 9, 2006.

  1. Ovidiu

    Ovidiu Active Member

    I just found out that on my system there were some processes running in the early morning around 2 o'clock...

    then I found inside all web like my /var/www/web1 a directory called backup containing a file like this:

    the .zip file contains the following files:

    these files actually are a backup of my sites... but I do not know where this has been turned on or off and even if it is a feature of ispconfig ?
     
  2. falko

    falko Super Moderator ISPConfig Developer

    You can run
    Code:
    crontab -e
    to turn it off. One of our developers has turned this on in the last release, however it has been disabled in version 2.2.0.
     
  3. Ovidiu

    Ovidiu Active Member

    ? in which release has it been turned on? I never noticed it until upgrading from 2.1.2 to 2.2.0...
     
  4. falko

    falko Super Moderator ISPConfig Developer

    I don't know when it was enabled, but it's disabled in the current version. What's the output of
    Code:
    crontab -l
    ?
     

Share This Page