* crontab shell script 이전 날짜 ftp 전송 백업
ubuntu crontab 걸기 - shell script
특정 날짜 파일 업로드(ftp, sftp)
# 크론탭 서비스
> sudo service cron start
> sudo service cron stop
# 크론탭 확인 (현재 사용자)
> crontab -l
# 크론탭 확인 (특정 사용자)
> crontab -l -u user
# 등록/수정
> crontab -e
# 모두 삭제
> crontab -r
분(0-59), 시(0-23), 일(1-31), 월(1-12), 요일(0-6 : 일요일-월요일), 명령
'가지가지' 카테고리의 다른 글
git "tag name > branch name > commit revision" 으로 구해오기 (0) | 2019.12.17 |
---|---|
ulimit 설정 (0) | 2019.10.31 |
Nginx 1.16.1 수동 컴파일 설치 on ubuntu 18.04 (0) | 2019.10.28 |
[GO] 1.13.1 go module (0) | 2019.10.25 |
[centos] sudo 권한 부여. centos 7 (0) | 2019.08.21 |
[centos] yum 특정 버전 설치 (0) | 2019.07.26 |
[streaming] 동영상 스트리밍 (nginx-rtmp-module, on windows) (0) | 2019.03.25 |
[DroidCam] 안드로이드폰을 웹캠으로 사용 (+ OBS) (0) | 2019.03.25 |