Tagged Questions
2
votes
1answer
108 views
Where can I find a good perl script for a cronjob that backs up all files in a specific folder on my webspace?
I want to automate backups on my webspace. My provider allows for cronjobs to be executed once a day. I have already implemented a cronjob that backs up my database with mySQLdumper, using a perl ...