We have a CentOS 5 machine running that gathers backups from a few different places. We rotate backups in a folder for every day of the week.

Now we want to pull those backups offline by opening up an FTP instance on the centos machine so that we can just schedule a backup job to take all files from the backup folder.

We are open to other solutions for getting the backups offline.

To be precise: all our backups are in /backups If FTP would be the best solution to get the files, what server do we use? VSFTPD?

We want to be able to create 1 user (only ftp) that has READ permissions to 1 directory only (/backups)

Thanks for your advice!

link|improve this question

64% accept rate
feedback

2 Answers

IMHO Proftpd, anyway why not SFTP, FTPS... orrr SCP? FTP is bit old ;)

link|improve this answer
well, we are working on Windows workstations and want an easy way to grab those files from a directory. Can we do that with SFTP/SCP? – solsol Apr 1 '11 at 16:41
feedback

Personally I would use VSFTPD, but as you can probably imagine, there are dozens of distributions that can do exactly the same.

link|improve this answer
1  
Is there any reason you'd pick VSFTPD over any other? – Ben Pilbrow Mar 27 '11 at 17:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.