Closed jspaaks closed 7 years ago
~/tmp$ tree thedir thedir ├── thefile.txt └── thesubdir 1 directory, 1 file ~/tmp$ xenon file copy --recursive thedir thecopieddir Copied '/home/daisycutter/tmp/thedir' from location 'local' to '/home/daisycutter/tmp/thecopieddir' to location 'local', 0 bytes copied ~/tmp$ tree thecopieddir/ thecopieddir/ ├── thefile.txt └── thesubdir 1 directory, 1 file ~/tmp$ xenon file copy --recursive thedir thecopieddir file adaptor: Path already exists: /home/daisycutter/tmp/thecopieddir/thesubdir ~/tmp$ xenon file copy --recursive --overwrite thedir thecopieddir file adaptor: Path already exists: /home/daisycutter/tmp/thecopieddir/thesubdir
doesn't look like the --overwrite works in combination with --recursive
--overwrite
--recursive
This is a problem in Xenon, created https://github.com/NLeSC/Xenon/issues/506
doesn't look like the
--overwrite
works in combination with--recursive