This is a simple script to backup files/folders from source folder to target folder.
#Execute Enter the code base folder and execute "ruby main.rb", it will backup files from "ori" folder to "target" folder. If there is a file with the same name at target folder, it will simply jump to next file without copy it.
#Customize Assign source folder and target folder by executing "ruby main.rb -f your_source_folder_path -t your_target_folder_path"