Jump to content

Windows Ftp Backup


proskater123

Recommended Posts

I am looking for an ftp program that when it uploads a file, it appends the file name with the date. I need it to be automated because I want to do backups from a windows 2003 server. I am backing up files to a centos server. I was going to build it all in a batch script but I have an issue zipping the file will appending the date and then uploading it. So after a couple hours of work I am just going to try and use a prebuilt program. Any suggestions?

Link to comment
Share on other sites

It would be easier to get the program you either use or designed to save the date in the file name. Windows has a built in ftp client you can use via the cmd line or a bash script. You could use one script to do the backup, zip/rar it up, and ftp it to your serv. Magics

Link to comment
Share on other sites

Upload the files, use a proper version control system for the version-ing (I would recommend git). This does introduce some problems for e.g. removing super old versions could become a bit tricky.

Regardless of these problems, I would strongly recommend looking at an existing version control system rather than making your own that's potentially not going to be as good in the long run.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...