i have a script to Copy all needed files that require to be backed up... but one problem, i got ~5 files that i need to have backed up, but they will allways be used ( they are databases ) and i obviously cannot copy them the usuall way..
can anyone give me a link on how to get that app working? i have it installed and its prompting for a SFTP Server, do i just set one up? or do i need to run a certan one to get it going?
I dont think you can because the system reserves the file in memory or something like that as long as the "fopen" or other similar command has been run for a file. Programs that allow you to copy a file that's "in use" generally make a copy of the original file and then have that copy open for editing. But then again, I'm no programmer...