drbigfresh Posted December 19, 2007 Share Posted December 19, 2007 I have been trying to look for a php script that can backup the file system for me on my websites. Ideally it would just dump a zipped up version into a folder. So I've been looking everywhere for something that is even close, and there doesn't seem to be an abundance of them around... Does anyone have any recommendations before I give up my search and write my own? Quote Link to comment Share on other sites More sharing options...
trq Posted December 19, 2007 Share Posted December 19, 2007 Id'e simply write your own, it should be a pretty simple task really. Quote Link to comment Share on other sites More sharing options...
roopurt18 Posted December 19, 2007 Share Posted December 19, 2007 If your host is *nix based and you can use system() or exec(), I'd suggest pushing the appropriate tar command to the shell. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.