User:Jukeboksi/BBA studies/User:Jukeboksi/Blog/2013: Difference between revisions

tweaking the HOWTO on linux backupping
(tuning the HOWTO on Linux-compatible poor man's backup system)
(tweaking the HOWTO on linux backupping)
Line 7: Line 7:
# ) Isolate the information objects that need to be successfully backupped and do it
# ) Isolate the information objects that need to be successfully backupped and do it
::* ''Usually the full home-directory and a full dump of [[w:database]]s is all you need''
::* ''Usually the full home-directory and a full dump of [[w:database]]s is all you need''
::* ''Use a dedicated backup directory on every machine. I call mine /backupmedia. The main point is that it needs to be somewhere outside the directories you are interested in backupping''
::* ''Use a dedicated backup directory on every machine. '''The main point is that it needs to be somewhere outside the directories you are interested in backupping.''' I call mine <tt>/backupmedia</tt> .
:::<tt>'tar cvzf /backupmedia/machinename/homedir.tar.gz /home/yourusername' </tt> Will compress your home directory
# ) VERIFY THE BACKUPS TO WORK BY LOADING INTO A REFERENCE SYSTEM ON NON-PRODUCTION CLOSED SERVER INSTANCE. Not verified truly cannot be called backup because if they are found to be faulty shit will ensue. Check that the .tar.gz's unpack and that the database dumps can be read onto MySQL.
# ) VERIFY THE BACKUPS TO WORK BY LOADING INTO A REFERENCE SYSTEM ON NON-PRODUCTION CLOSED SERVER INSTANCE. Not verified truly cannot be called backup because if they are found to be faulty shit will ensue. Check that the .tar.gz's unpack and that the database dumps can be read onto MySQL.
#) Criss-cross-copy from every machine to every machine / distribute the backups to as many servers, laptops and USB sticks as possible.
#) Criss-cross-copy from every machine to every machine / distribute the backups to as many servers, laptops and USB sticks as possible.  
 
::*One can then just substitute /media/usb0 to make the  off-line copies with command <tt>'sudo cp -r /backupmedia/* /media/usb0/.'</tt> or <tt>'cp -rf /backupmedia/* /media/usb0/.'</tt> if you don't need to force using sudo rights which I do for some reason on the [[w:USB stick]]. Be adviced that a normal USB key will accept '''any sudo password on any machine''' afaik.  
:: ''This way we can just substitute /media/usb0 to make the  off-line copies with command 'sudo cp -r /backupmedia/* /media/usb0/.''' or 'cp -rf /backupmedia/* /media/usb0/.' if you don't need to force using sudo rights which I do for some reason on the [[w:USB stick]]. Be adviced that a normal USB key will accept '''any sudo password on any machine''' afaik.


:::: Sorted. --[[User:Juboxi|Juboxi]] ([[User talk:Juboxi|talk]]) 14:44, 2 September 2013 (EEST)
:::: Sorted. --[[User:Juboxi|Juboxi]] ([[User talk:Juboxi|talk]]) 14:44, 2 September 2013 (EEST)
Anonymous user