Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
CCThomX
installation
Commits
c05d1aef
Commit
c05d1aef
authored
May 07, 2019
by
MARRUCHO Jean-Claude
Browse files
sauvegarde bd de tangoserver2 avec le cron
parent
f3d05df6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
tangoserver2/sauvegarde_bd_de_tangoserver2_avec_le_cron.txt
tangoserver2/sauvegarde_bd_de_tangoserver2_avec_le_cron.txt
+38
-0
No files found.
tangoserver2/sauvegarde_bd_de_tangoserver2_avec_le_cron.txt
0 → 100644
View file @
c05d1aef
tangoserver2@tangoserver2:~$ crontab -l
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
#
# To define the time you can provide concrete values for
# minute (m), hour (h), day of month (dom), month (mon),
# and day of week (dow) or use '*' in these fields (for 'any').#
# Notice that tasks will be started based on the cron's system
# daemon's notion of time and timezones.
#
# Output of the crontab jobs (including errors) is sent through
# email to the user the crontab file belongs to (unless redirected).
#
# For example, you can run a backup of all your user accounts
# at 5 a.m every week with:
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
#
# For more information see the manual pages of crontab(5) and cron(8)
#
# m h dom mon dow command
*/1 * * * * sh /home/tangoserver2/essai.sh
tangoserver2@tangoserver2:~$ less essai.sh
#!/bin/bash
#
DATE=`date +"%y%m%d"`
mysqldump -u root --password=root tango > sauvegarde-tangodb$DATE.sql
#160217: ajout JCM
scp sauvegarde-tangodb$DATE.sql root@134.158.76.10:/mysqlbackup/SAUVEGARDES/DATA/thomx
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment