Skip to content
Back home
The home of William Rendell
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
  • Search
Back home
  • Search
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
Home » Technical » Computing » rsync local to remote qnap
Computing

rsync local to remote qnap

by William Rendell|Published October 20, 2021

sudo rsync -ravzh /home/source/ admin@ipaddress:/share/destination

  • backup
  • Linux
  • network
  • qnap

You may also like

Remove IP from Fail2Ban Intrusion Detector
Published January 22, 2020

Remove IP from Fail2Ban Intrusion Detector

fail2ban-client set JAILNAMEHERE unbanip IPADDRESSHERE

Published June 15, 2015

Routerboard SNTP Client

How to set the NTP client on a Mikrotik router using the Terminal /system ntp client set enabled=yes primary-ntp=###.###.###.### secondary-ntp=###.###.###.### Change the […]

Published August 27, 2021

Block TikTok using Mikrotik

/ip firewall filter add action=drop chain=forward dst-address-list=TikTok src-address=10.0.0.0/24 /ip firewall mangle add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d chain=prerouting content=.tiktok.com src-address=10.0.0.0/24 add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d […]

Wifi channels for Mikrotik AX devices
Published March 11, 2025

Wifi channels for Mikrotik AX devices

Credit to https://mikrotikmasters.com/

Post navigation

  • Previous post SCP command local to remote location
  • Back to post list
  • Next post Remote Failover testing

© 2025  – All rights reserved

Powered by WP – Designed with the Customizr Theme