docker run -d --restart unless-stopped
--name mysql5
-e MYSQL_ROOT_PASSWORD=root
-e MYSQL_USER=sergey
-e MYSQL_PASSWORD=123456
-p 3305:3306
-v /share/BACKUPS/DockerVolumes/MySQL5/mysql:/var/lib/mysql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ПОдклассы буквенных обзначений создать свои и вставлять через правую кнопку мыши в обозначении устройств. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/php -q | |
<?php | |
date_default_timezone_set('UCT'); | |
$dryrun = FALSE; | |
$interval = '24 hours'; | |
$keep_for = '10 Days'; | |
$volumes = array('vol-9677d14a'); | |
$api_key = 'AKI****EYUA'; | |
$api_secret = 'IzMni****ct'; |