Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

rsync not deleting Folders in destination

The directory won't be deleted if permissions forbid it, or if the directory is not empty. Often there are files that can't be deleted because they are immutable or otherwise protected. What does ls -a /usr show on the destination?

You might want to try the --force-delete flag, but first run it with -n (dry run mode) to see what it would delete.

Tags:

Bash

Rsync

Related

Using CloudFlare as the only load balancer ESXi hosted on public IP without firewall Rewrite Rule before Proxypass Definition of Fully qualified domain name How can I configure supervisord managed program to wait X secs before attemting to restart? Installing additional LUA modules into Redis Authentication via RADIUS : MSCHAPv2 Error 691 pip install seems to be ignoring dependency links Managing daemons with supervisor: no foreground mode available dig & nslookup can't resolve local hosts unless I specify the (local) DNS server to use How can you test a backup / secondary MX server? Pointing a domain to AWS Route 53

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy