Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

You can backup the latest updated/new files by cp command in Linux(CentOS 7)


Code Block
yes | cp -ruv /source_dir/* /target_dir

...