I am working on some application where i need save some system state configuration files related to my application. So i want to save(Backup) it some where in the hard disk partition(as hidden or recovery partition) Whenever system crashes i can restore it. When System Crashes is it possible not to touch that partition while re-installing linux suse(or any other OS) and the files are still be available when the system is ready. When system Crashes or system re-install or OS change or some disaster happens the partition should not be affected.
Asked
Active
Viewed 71 times
/etc/,~/.*) because users will expect them to be there. What if someone wanted to do a clean install? Don't treat Linux users (and admins!) like children, they should know how to save configs or purge them if they want to. Also: KISS. – Kamil Maciorowski Feb 07 '17 at 05:55rsync) that can do backup to a separate well-defined partition (or wherever) with admin's support. Encourage admins to do so instead of reinventing the wheel and implementing application-specific solution. However if you decide to reinvent then write a good documentation and make the backup optional – no admin likes it when a partition pops up from nowhere. Unpartitioned space may be there for a reason and you shouldn't take it behind the admin's back. I wouldn't expect there will be space left at all. – Kamil Maciorowski Feb 07 '17 at 06:57