Linux Copying directories between file systems By markcallen 2007-01-12 0 246 Share FacebookTwitterPinterestWhatsApp Must read Connecting Feature Flags with DORA Metrics 2022-10-19 Non-boolean Feature Flags 2022-10-13 VIM & Tmux Basics 2022-08-29 Upgrading from Ubuntu 12.10 to 14.04 2017-02-03 markcallenhttps://www.markcallen.com Copying files from one directory to another using find and cpio. cd /old_file_system/ find . -print -depth | cpio -pamVd /new_file_system/ Share this:FacebookX Share FacebookTwitterPinterestWhatsApp Previous articleGetting https pages with PerlNext articleCreating a new linux file system More articles VIM & Tmux Basics 2022-08-29 Upgrading from Ubuntu 12.10 to 14.04 2017-02-03 OpenSUSE 11.1 for Vagrant 2014-06-05 LEAVE A REPLY Cancel reply Comment: Please enter your comment! Name:* Please enter your name here Email:* You have entered an incorrect email address! Please enter your email address here Website: Save my name, email, and website in this browser for the next time I comment. Δ Latest article Connecting Feature Flags with DORA Metrics 2022-10-19 Non-boolean Feature Flags 2022-10-13 VIM & Tmux Basics 2022-08-29 Upgrading from Ubuntu 12.10 to 14.04 2017-02-03 Vagrant machine status 2015-03-29