BookmarkSubscribeRSS Feed
sewa_bal_gmail_com
Quartz | Level 8

How to perform a full linux operating system backup by using operating system commands..

7 REPLIES 7
JuanS_OCS
Amethyst | Level 16

Hi,

 

if you are on a virtual machine, I would definetely take a snapshot of the current state.

 

If still you need to copy files, rsync is an excellent tool https://www.linux.com/learn/how-backup-files-linux-rsync-command-line

Or just make tar/gzip files, to compress space.

 

There are some neat tools to make backups on a block level, which improves a lot the process and size, since they can just index repeated same blocks, without actually requiring to write them into dis, using quite clever algorithms, but I won;t come into that area with details, since those are a bit expensive tools

 

sewa_bal_gmail_com
Quartz | Level 8

Thanks for the quick reply.

 

We have 4 physical machine for SAS VA  and other sas software. Could you please advise whats steps are required to backup the full os and how we can restore.

 

Wre are going to upgrade the Maintaine 4 release from SAS 9.4 M3. Whats elease steps are required to before upgradading to M4.

JuanS_OCS
Amethyst | Level 16

Nice. In that case, and if you have enough disk space for a copy + some extra Gigs for the update, I would just make a simple copy, trying to keep all the hard/symbolic links - or having a good inventory of them- of the relevant SAS directories. du -H helps to know the size of the folders you will copy. Then you can just delete those folders if your update is OK.

 

Just to be sure, better to stop your services before the copy.

sewa_bal_gmail_com
Quartz | Level 8

Thanks,

 

As per SAS documentation , its mentioned not required any backup if you upgrading from M3 to M4.

 

Steps to Complete When Upgrading to SAS 9.4_M2, SAS 9.4_M3, or SAS 9.4_M4
If you are applying the second, third, or fourth maintenance release for SAS 9.4, the configuration script automatically configures the Deployment Backup and Recovery tool.
 
After you update your software, complete these steps:
Verify that the URL in the ProxyPass entry for SASDeploymentBackup contains the host name of the main machine for the middle tier.
Restart the SAS Web Server.

Kurt_Bremser
Super User

@sewa_bal_gmail_com wrote:

Could you please advise whats steps are required to backup the full os and how we can restore.

 


You have already been given those answers. For Linux expertise, I suggest switching to a Linux-oriented forum.

Andy547
SAS Employee

There are a dozen ways to do this. Disk cloning, rsync, dd, tar.gz and using copy commands.  You need to decide what you can do and what you have resources to store and manage.  Backup is only expensive if you do not do it.  

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 7 replies
  • 1550 views
  • 0 likes
  • 4 in conversation