×

Active Orders

0

Pending Orders

0

My Account

Launch

Contact Support

Launch

SIGN IN YOUR ACCOUNT TO HAVE ACCESS TO DIFFERENT FEATURES

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR DETAILS?

AAH, WAIT, I REMEMBER NOW!

CREATE ACCOUNT

ALREADY HAVE AN ACCOUNT?
QUESTIONS? CALL: +91 9959708805
  • SIGN UP
  • LOGIN
  • SUPPORT

Domains | SSL's | Email Solutions | Web Services | Web Apps

Domains | SSL's | Email Solutions | Web Services | Web Apps

+91 9959708805
Email: contact@tecxtreme.com

TECXTREME
Vasavi's Indra Prastha, 7-2-1813/5/A/1, Flat no. 542, Czech colony, Street no.1, Sanathnagar, 500018, Hyderabad, Telangana, India

  • HOME
  • SERVICES
  • OUR COMPANY
  • WHAT’S LATEST?
  • SHOP
  • DOMAINS & SSLS
  • PROCESS
  • CONTACT
  • MY CART
    No products in cart.
  • Home
  • Technology
  • How to setup automated back-ups to your router’s USB!
March 6, 2026
2
Thursday, 20 March 2025 / Published in Technology

How to setup automated back-ups to your router’s USB!

# Ensure the script does not stop if connection errors occur
option batch continue  

# Keeps retrying indefinitely until the connection is restored
option reconnecttime 9999  

# Open FTP connection  
open ftp://admin:ramini6z@192.168.1.4  

# Set local and remote directories for OneDrive backup  
lcd "C:/Users/nuvsj/OneDrive"  
cd "/HPX360_fullbackup/OneDrive"  

# Keepalive workaround: upload a small file to maintain the session  
put "C:/Users/nuvsj/OneDrive/Desktop/keepalive.txt" "/HPX360_fullbackup/OneDrive"  

# Synchronize: Copy only new and modified files  
synchronize remote -criteria=size -delete  

# Ensure directory change is explicit before the next sync  
cd "/"  
lcd "C:/Users/nuvsj/Downloads"  
cd "/HPX360_fullbackup/Downloads"  

# Keepalive workaround again before syncing  
put "C:/Users/nuvsj/OneDrive/Desktop/keepalive.txt" "/HPX360_fullbackup/Downloads"  

# Synchronize: Copy only new and modified files  
synchronize remote -criteria=size -delete  
close  

# Exclude specific directories from being backed up  
# -filemask="|gdrive/;produced/"  

# Resume any unfinished transfers  
# put -resume *  

# Exit the script  
# exit  

@echo off
"C:\Program Files (x86)\WinSCP\WinSCP.com" /script="C:\Users\nuvsj\OneDrive\Desktop\HPX360 to WD-script.txt" /log="C:\Users\nuvsj\OneDrive\Desktop\HPX360 to WD.log"
exit

Tagged under: windows

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • CLOUD QR
  • How to obtain let’s encrypt SSL certificate for your website on your computer.
  • How to Automatically Back Up cPanel to Your Local Computer
  • ONLINE QR CODE GENERATOR
  • How to Auto-Renew your Website’s Let’s Encrypt SSL from your Computer.
  • LEGALS
  • About US
Domains | SSL's | Email Solutions | Web Services | Web Apps

© 2025 All rights reserved.TECXTREME.

TOP