Last active
December 27, 2015 20:39
-
-
Save The-Yoda/7386180 to your computer and use it in GitHub Desktop.
Files to backup before reinstalling ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In ~/ | |
.bashrc | |
.bash_history | |
In gnome | |
with more plugins, .local/share/gnome-shell | |
app preferences(terminal key bindings, etc), .gconf | |
.viminfo | |
.vim_rc | |
.mozilla | |
.ssh | |
In /etc | |
apache2/sites-available (If apache configuration changed) | |
cron.* (If cron job is running) | |
default/ (if you have changed deafult params. Take whatever you've changed) | |
dhcp/dhcpd.conf (if you have dhcp server setup and conf is changed) | |
hostapd/* (if installed and configured) | |
network/interfaces (if changed) | |
NetworkManager/system-connections/ (for network connections. If changed take other files too.) | |
environment | |
hosts | |
sysctl.conf | |
rc.conf (for boot up scripts) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment