Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Windows Application for Backup using C#

Windows Application for Backup using C#

Scheduled Pinned Locked Moved C#
csharpsysadmintutorialquestion
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    anupa
    wrote on last edited by
    #1

    I need to develop a windows application that will take backup (check for the modified files in a particular folderand compress it ) and copy it to folder on the remote server for which this host server is mapped to .:confused:.can someone guide me ?

    N C H 3 Replies Last reply
    0
    • A anupa

      I need to develop a windows application that will take backup (check for the modified files in a particular folderand compress it ) and copy it to folder on the remote server for which this host server is mapped to .:confused:.can someone guide me ?

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      anupa wrote:

      that will take backup (check for the modified files

      Use a FileSystemWatcher control to get notified when files are modified.

      anupa wrote:

      and compress it

      Use GZip compression. :)

      Navaneeth How to use google | Ask smart questions

      1 Reply Last reply
      0
      • A anupa

        I need to develop a windows application that will take backup (check for the modified files in a particular folderand compress it ) and copy it to folder on the remote server for which this host server is mapped to .:confused:.can someone guide me ?

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        File.Copy will copy a file. There's zip stuff built into .NET 3.5, at least. The FileAttributes class will tell you when a file was last modified. your client can just buy something that does all of this for $30, are you charging less than that ?

        Christian Graus Driven to the arms of OSX by Vista.

        X 1 Reply Last reply
        0
        • C Christian Graus

          File.Copy will copy a file. There's zip stuff built into .NET 3.5, at least. The FileAttributes class will tell you when a file was last modified. your client can just buy something that does all of this for $30, are you charging less than that ?

          Christian Graus Driven to the arms of OSX by Vista.

          X Offline
          X Offline
          Xmen Real
          wrote on last edited by
          #4

          Christian Graus wrote:

          are you charging less than that ?

          HAHAHA this was best

          TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN% Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia> -------------------------------------------------------- 128 bit encrypted signature, crack if you can

          1 Reply Last reply
          0
          • A anupa

            I need to develop a windows application that will take backup (check for the modified files in a particular folderand compress it ) and copy it to folder on the remote server for which this host server is mapped to .:confused:.can someone guide me ?

            H Offline
            H Offline
            harleydk
            wrote on last edited by
            #5

            Hello Sir, I once build an application for that purpose. Email me and I'll send you the source code for it. Best, Morten

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups