Need to copy a 200GB directory

Greg Rundlett (freephile) greg at freephile.com
Mon Jun 26 15:47:58 EDT 2017


rsync -van --stats --exclude images/ --exclude other_big_dir/ /var/source/
/var/destination/

-v verbose
-a archive mode (preserves perms., recursive, etc.)
-n dry-run
Make sure to use trailing slashes if transferring directories
Use excludes to get it working before you move the biggest directories; or
just do a small non-recursive rsync first.

Greg Rundlett
https://eQuality-Tech.com
https://freephile.org

On Mon, Jun 26, 2017 at 3:29 PM, David Rose <proviss at gmail.com> wrote:

> rsync -a source destination is all it should take.
>
> On Jun 26, 2017 3:25 PM, "Dan Garthwaite" <dan at garthwaite.org> wrote:
>
>> Ditto Ken on two points:  200GB isn't that large (I've worked in an
>> animation studio) and rsync is restartable.  I'd go with rsync.
>>
>> It has a dizzying array of options and even more finer points.  You don't
>> need the rsync daemon.  Try to use full paths.  Include trailing slashes if
>> copying directories.  Experiment and then write a bash script.
>>
>> _______________________________________________
>> gnhlug-discuss mailing list
>> gnhlug-discuss at mail.gnhlug.org
>> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
>>
>>
> _______________________________________________
> gnhlug-discuss mailing list
> gnhlug-discuss at mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.gnhlug.org/pipermail/gnhlug-discuss/attachments/20170626/6f85fbd0/attachment-0001.html 


More information about the gnhlug-discuss mailing list