WoozyMasta / kube-dump

Backup a Kubernetes cluster as a yaml manifest
https://kube-dump.woozymasta.ru
GNU General Public License v3.0
318 stars 64 forks source link

Flag -f, --force-remove doesn't work #7

Closed andrey-gava closed 3 years ago

andrey-gava commented 3 years ago

First run kube-dump ns -n default -d kdump/

Second run kube-dump ns -n default -d kdump/ -f

Error:

Warning:  Destination kdump/ directory will be removed
find: failed to delete 'kdump / default': Directory is not empty 
WoozyMasta commented 3 years ago

@andrey-gava, thank you very much for testing and troubleshooting.