View Single Post
Old 11th June 2019
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

Quote:
What about .cache?
I tried to consolidate most of the configuration files in ~/.config but integrating ncurses apps took some scripting
and user specific ~/.local/share/applications*.desktop files.
If your .cache contains important data you can add it

Code:
tar cvzf config_bu.tar.gz .local .config scripts .cache
Other backup files can include ~/.mozilla and .~/.vimrc

Last edited by shep; 11th June 2019 at 06:40 PM.
Reply With Quote