mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-04 12:28:12 +00:00 
			
		
		
		
	Additional info messages for backup management
This commit is contained in:
		
							parent
							
								
									7d75ad4c56
								
							
						
					
					
						commit
						5d3de4b670
					
				@ -178,6 +178,8 @@ sshdeploy_deploy() {
 | 
			
		||||
    _cmdstr="find $_homedir/* -type d -mtime +180 2>/dev/null | xargs rm -rf ; $_cmdstr"
 | 
			
		||||
    # Create our backup directory for overwritten cert files.
 | 
			
		||||
    _cmdstr="mkdir -p $_backupdir ; $_cmdstr"
 | 
			
		||||
    _info "Backup of old certificate files will be placed in remote directory $_backupdir"
 | 
			
		||||
    _info "Backup directories erased after 180 days."
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
  _debug "Remote commands to execute: $_cmdstr"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user