I just used remote control (on Windows XP) for a site of mine and I love it. I am assuming it has to stay running (is not installed as a service). I love it so much I want to do the same for another site of mine, but things are a little different. I just saw that remote control can be installed on LINUX with supporting WINE so I installed WINE on my dedicated server. Installed akeeba remote control on my LINUX server but after looking at it, that's not what I really want. I logoff of the console so as to minimize all the memory being used when I'm logged in. So, another way to do it is to have the remote control that's already running on my windows xp machine do the backups (for the site hosted on my LINUX server) remotely but not do the download and delete from server option. Thing is, I have a terabyte backup drive hooked up to my LINUX server so I need for those backups on that machine to go to the terabyte backup drive on that particular server (all of these machine are on a home office network). So I thought I would simply write a PERL script to move the backup files from the backup directory to the backup drive on the LINUX server using crontab.
Can I just move the backup files out of the backup directory on the LINUX server with a move command from the command line? I did not know if I'd be messing up a db within Akeeba since it might keep track of those files. Also thought maybe Akeeba wouldn't like that I'm managing the backup files outside of the component. Another question: Can I delete all of those miscellaneous files in the backup directory? Example:
-rw-r--r-- 1 nobody nobody 48029495 2009-05-06 18:29 1a6b863d
-rw-r--r-- 1 nobody nobody 1462380 2010-06-16 21:43 joomlapack.log
-rw------- 1 nobody nobody 316071 2008-10-22 22:38 jpzcd20GG8S
-rw------- 1 nobody nobody 320799 2008-10-22 22:40 jpzcd2rS46H
-rw------- 1 nobody nobody 320799 2008-10-22 22:39 jpzcd3MgnvS
-rw------- 1 nobody nobody 316071 2008-10-22 22:39 jpzcd5GHh1F
-rw------- 1 nobody nobody 316071 2008-10-22 22:38 jpzcdHRV5YK
-rw------- 1 nobody nobody 316071 2008-10-22 22:39 jpzcdhxiTZV
-rw------- 1 nobody nobody 301827 2008-10-22 22:38 jpzcdkjUVEE
-rw------- 1 nobody nobody 282819 2008-10-22 22:38 jpzcdn50oll
-rw------- 1 nobody nobody 311355 2008-10-22 22:38 jpzcdo0yAKs
-rw------- 1 nobody nobody 320799 2008-10-22 22:38 jpzcdOFMghz
-rw------- 1 nobody nobody 320799 2008-10-22 22:39 jpzcdQaNAHy
-rw------- 1 nobody nobody 320799 2008-10-22 22:40 jpzcdrkMuMk
-rw------- 1 nobody nobody 316071 2008-10-22 22:39 jpzcdScjyOF
-rw------- 1 nobody nobody 7599 2009-05-06 18:16 jpzcdtICJIc
-rwxr-xr-x 1 nobody nobody 696738088 2010-06-14 08:14 site-www.mydomain.com-20100615-070312.jpa*
-rwxr-xr-x 1 nobody nobody 450707879 2010-06-19 09:18 site-www.mydomain.com-20100618-080306.jpa*
Also, that first file '1a6b863d' appears to be a sql dump. Can I delete it too? It's kinda big and I don't know why it's there. Of course I'll keep the log but if I'm moving backup files out of there then I should handle the "cleanup" as well.
Thanks again.