PC backup to the cloud

Skip to main content
Du bist hier:
Drucken

PC backup to the cloud

PC backup to the cloud

  1. Please install the cwRsync client from here
  2. The attached script will upload the data from your C folder to our cloud storage. Please change the sample user and password. Save the content in the file mount.bat and start the script. Please note that the 1st run can take a long time, depending on the number of files
    mount.bat

    ## Batch Skript ## 
    NET USE Z: \\cloud.firestorm.ch@SSL@443/remote.php/webdav/ /user:"Musteruser" "Passwort" /persistent:yes
    rsync.exe -rtuv --progress --delete --stats --size-only --no-whole-file --inplace --log-file="/cygdrive/c /rsync.log" "/cygdrive/c/" "/cygdrive/z/backup/"
    net use Z: /delete /yes
    ##############

     

Tip: Change /cygdrive/c/ to the desired folder name, such as /cygdrive/c/users/Maxmuster/Pictures/ to synchronise your pictures folder.

 

Related Post