Hi, actually backups are stored in /var/backup. How can i change the folder to /home/backup? Thanks. Actually i made a soft link doing ln -s /home/backup backup/ Could this cause problems?
What Srijan means is that it is better to use a bind mount for this instead of a soft link. You can do this similar to whats described here for www abd vmail directory: http://www.howtoforge.com/use_mount...ctory_of_a_ispconfig_server_to_a_new_location
Tested and backups went fine! filenames are updated to 05 November. Why shouldn't ISPConfig work with soft links? :S
When ISPConfig create paths, it checks for softlinks and stops the configuration process if it finds one as softlinks can be used to attack a server from within a website. But the backup dir is outside of the website so its most likely not included in that restriction.