You are not logged in.
Pages: 1
What do you all think are the essential files to backup on a system? Things like rc.conf, rc files in home directory, etc. What're your essentials?
Offline
/etc/profile
/etc/rc.conf
/etc/rc.local
/etc/sudoers
/etc/X11/xorg.conf
~/.bashrc
~/.inputrc
~/.xinitrc
~/.Xmodmap
Offline
Ideally, everything.
Offline
For system files, I backup
/etc
/var/lib/pacman/local
/var/log/pacman.log
/root
+ all personal config files (i have them in one dir, with symlinks to $HOME)
---
adds up to less than 5mb (bz2 compressed)
Offline
~/.everything
Find problems with: (in MB)
du -s -B 1000000 $(find ~ -maxdepth 1 -iname '.??*') | sort -rn | less
~/bin
/etc/conf.d/
/etc/iptables/
/etc/asound.conf
/etc/hosts
/etc/lilo.conf
anything that has a .pacnew find /etc -iname '*.pacnew'
pacman -Qe > /back/up/packagelist
Offline
/root/
/home/
/usr/local/
/etc/sudoers
/etc/hosts.allow
/etc/modprobe.conf
/etc/ntpd.conf
/etc/issue
/etc/issue.net
/etc/passwd
/etc/group
/etc/rc.conf
/etc/rc.local
/etc/fstab
/etc/resolv.conf
/etc/bashrc
/etc/syslog-ng.conf
/etc/logrotate.conf
/etc/logrotate.d/
/etc/skel/
/etc/security/limits.conf
/etc/ssh/sshd_config
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Pages: 1