백업 방식 장/단점 Hyper Backup- 시놀로지 전용 백업 솔루션- 다중 버전 관리 지원- 스케줄링 및 암호화 지원- 다양한 외부 저장소(클라우드, 외장하드 등)와 연동 가능- 복구 시 전용 Hyper Backup Explorer 필요- rsync 대비 느릴 수 있음rsync- 범용적인 백업 프로토콜 (리눅스 등과 호환성 높음)- 증분 백업 가능- CLI 기반 자동화 용이- 버전 관리 미지원- GUI 환경에서 설정이 상대적으로 복잡할 수 있음Drive 백업- Synology Drive와 연동하여 PC 폴더 실시간 백업- 사용자 친화적 인터페이스- 파일 이력 복원(버전 관리) 가능- NAS 내 다른 저장소로 백업은 불가 (로컬 백업 위주)- 시스템 전체 백업에는 부적합Snapshot Replicati..
create table t (n int); insert into t values (1); -- 13번 반복하면 4096행이 생성됨 insert into t select * from t SELECT * FROM t SELECT * FROM date_t create table date_t (d date, ds char(10)); insert into date_t select d, date_format(d, '%Y-%m-%d') from ( select @rnum:=@rnum+1 as rownum, date(adddate('2024-01-01', interval @rnum day)) as d from (select @rnum:=-1) r, t ) t where year(d) [출처] http:/..
# YYYY-MM-DDselect * from (select adddate('1970-01-01',t4.i*10000 + t3.i*1000 + t2.i*100 + t1.i*10 + t0.i) selected_date from (select 0 i union select 1 union select 2 union select 3 union select 4 union select 5 union select 6 union select 7 union select 8 union select 9) t0, (select 0 i union select 1 union select 2 union select 3 union select 4 union select 5 union select 6 union select 7 ..
- Total
- Today
- Yesterday
- java
- 서버
- MySQL
- user
- 파일
- eclipse
- IP
- DATABASE
- Toad
- Shell
- DB
- apache
- select
- mssql
- 설정
- 백업
- tomcat
- 자동차
- sql
- 윈도우
- Linux
- server
- 오라클
- delete
- 테이블
- Oracle
- table
- 리눅스
- Windows
- 데이터
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |