mirror of
				https://asciireactor.com/o4data/zfs-backup.git
				synced 2025-10-31 22:58:07 +00:00 
			
		
		
		
	Updated debug messages.
This commit is contained in:
		
							parent
							
								
									49ad7c4b52
								
							
						
					
					
						commit
						643495d805
					
				| @ -54,25 +54,24 @@ populate_datasets() | ||||
|             case $option in  | ||||
|                 "nosnap"*    ) | ||||
|                     snapshot_dataset="" | ||||
|                     debug "Disabled snapshot of $dataset." | ||||
|                     ;; | ||||
|                 "nosend"*    ) | ||||
|                     send_dataset="" | ||||
|                     debug "Disabled send of $dataset." | ||||
|                     ;; | ||||
|                 "remotezfs="*) | ||||
|                     remotezfs=`echo $option|cut -d'=' -f2` | ||||
|                     dataset="$dataset:$remotezfs" | ||||
|                     debug "Set remote dataset for $dataset." | ||||
|                     ;; | ||||
|             esac | ||||
|         done | ||||
| 
 | ||||
|         if [ $send_dataset ]; then | ||||
|             SEND_DATASETS="$SEND_DATASETS $dataset" | ||||
|             debug "Added $dataset for sending." | ||||
|         fi | ||||
|         if [ $snapshot_dataset ]; then | ||||
|             SNAPSHOT_DATASETS="$SNAPSHOT_DATASETS $dataset" | ||||
|             debug "Added $dataset for snapshot." | ||||
|         fi | ||||
|     done < datasets.txt | ||||
| } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user