Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rsync for transferring files #53

Merged
merged 1 commit into from
Feb 16, 2018

Conversation

kernc
Copy link
Contributor

@kernc kernc commented Sep 3, 2014

This seems like a nicer way to do it. rsync is told to copy everything except pipes, sockets (used for IPC; everything needed will be constructed on next boot anyway), and devices (save for hackers playing around, those are confined to /dev anyway). Some directories are justifiably omitted, everything is transfered as-is, more reliably and in half the time.

This is yet untested as I'm waiting for my live jessie to come out of the "kitchen" (live-systems custom build service). It's been almost two days now.

@kernc kernc force-pushed the rsync_copy_files branch 2 times, most recently from 11ced38 to 17d215c Compare September 3, 2014 23:40
@kernc kernc changed the title Use rsync for transfering files Use rsync for transferring files Sep 3, 2014
@kernc
Copy link
Contributor Author

kernc commented Sep 11, 2014

After fixing two bugs, I just used this to install LMDE 201404 into VirtualBox — Works like a charm!

@kernc
Copy link
Contributor Author

kernc commented Feb 1, 2015

Bumped and available for merging. The merits of rsync should be obvious.

@clefebvre
Copy link
Member

Yes, this should hopefully speed things up. I want to take time and properly test this as it can lead to regressions. post-betsy release.

@kernc
Copy link
Contributor Author

kernc commented Dec 31, 2017

Would you test this now if I rebased it?

@clefebvre
Copy link
Member

hi @kernc,

No need to rebase, I'll take care of it. But I'm not ready just yet.. we're planning LMDE 3 for 2018, this will be merged in the coming months.

@clefebvre clefebvre merged commit f0f220d into linuxmint:master Feb 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants