tomyamashita / cameraTrapping

R package for managing camera trap data
GNU General Public License v3.0
0 stars 0 forks source link

Create a function that copies files but keeps the file structure #37

Closed tomyamashita closed 1 year ago

tomyamashita commented 1 year ago

Create a simple copy files function that keeps the file structure but copies all files in a directory from one location to another. This can be used to perform Raw backups to the server and backup hard drive in sequence or simultaneously

tomyamashita commented 1 year ago

Done. copyFiles does the job