PC backup to the cloud - FireStorm ISP

PC backup to the cloud

Support Wissensdatenbank

Du bist hier:
Print

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.

 

War dieser Artikel hilfreich?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Wie können wir diesen Artikel verbessern?
Please submit the reason for your vote so that we can improve the article.
Brauchst du Hilfe?
Related Post