Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][tlug] Backup sites with FTP access
- Date: Tue, 30 Nov 2010 13:10:28 +0900
- From: Dave M G <dave@example.com>
- Subject: [tlug] Backup sites with FTP access
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6
TLUG, So, I've been working recently on PHP scripts that create back ups for my web sites. Originally it seemed like it would be sufficient to tar the back up files and email them off to another location to be stored. However, it's now apparent that the size of the back up files is going to be too large to handle by email. Some sites that are image heavy are sending files over ten megabytes in size, and some email servers are choking on them. I thought instead I could just FTP them to an online storage solution, like Dropbox, or Ubuntu One. However, it turns out that those services, and maybe most other, online storage places don't offer FTP access. (I'm not considering FTPing directly to my home computer as it is not always on, and it's not always my data and my computer I'm backing up to). So my question has two directions to it. Does anyone know of a decent online back up solution that is accessible by FTP? Or, alternately, is there another protocol that is easy to implement via PHP? Couple of notes: Yes, I know FTP is not secure. It's okay, the tar files are encrypted, and nothing that critical is being moved. The advantage to FTP was the ease of implementation and it's wide spread use (or so I thought). If there are other ways of transferring files, I'm open to suggestions, but I'd hope for two things. One is not to have to install any new PHP modules or software on the server sending the files, as my scripts are implemented across a variety of servers and I don't want to have to fight them all. And second is that it hopefully not be tied to a particular recipient, like Dropbox (who has some kind of PHP code available for connecting to them, but if I use it, then I have to rely on them to receive it.) Any suggestions? -- Dave M G
- Follow-Ups:
- Re: [tlug] Backup sites with FTP access
- From: Darren Cook
- [tlug] Backup sites with FTP access
- From: Stephen J. Turnbull
- Re: [tlug] Backup sites with FTP access
- From: Edward Middleton
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Arrrg! Permissions driving me nuts in PHP [UN-SOLVED]
- Next by Date: Re: [tlug] Backup sites with FTP access
- Previous by thread: Re: [tlug] [Javascript] Looping through JSON data should be simple, shouldn't it?
- Next by thread: Re: [tlug] Backup sites with FTP access
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links