특정일(ex 30일)이 지난 파일 삭제 및 디렉토리 이동하기
다음내용으로 실행파일을 하나 만들어 매일 특정시간에 호출되도록 크론탭(crontab)에 등록하시면
자동으로 파일자료를 삭제 및 이동하실수있습니다.
#!/bin/csh
# to remove files more than 30 days from directory /delete_tmp_dir
#find /delete_tmp_dir -mtime +30 -print -exec rm -f {} \;
#find /delete_tmp_dir -type d -print -exec rmdir {} \;
# /delete_tmp_dir에서 10일 이상된 파일을 삭제
find /delete_tmp_dir -mtime +10 -print -exec rm -f {} \;
# /delete_tmp_dir에서 31일 이상된 파일을 삭제
find /delete_tmp_dir -mtime +31 -print -exec rm -f {} \;
# /delete_tmp_dir/old_dir에 있는 내용중 0일 된 데이타를 /delete_tmp_dir/new_dir에 move
find /delete_tmp_dir/old_dir -mtime +0 -print -exec mv {} /delete_tmp_dir/new_dir \;<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]</div>
자동으로 파일자료를 삭제 및 이동하실수있습니다.
#!/bin/csh
# to remove files more than 30 days from directory /delete_tmp_dir
#find /delete_tmp_dir -mtime +30 -print -exec rm -f {} \;
#find /delete_tmp_dir -type d -print -exec rmdir {} \;
# /delete_tmp_dir에서 10일 이상된 파일을 삭제
find /delete_tmp_dir -mtime +10 -print -exec rm -f {} \;
# /delete_tmp_dir에서 31일 이상된 파일을 삭제
find /delete_tmp_dir -mtime +31 -print -exec rm -f {} \;
# /delete_tmp_dir/old_dir에 있는 내용중 0일 된 데이타를 /delete_tmp_dir/new_dir에 move
find /delete_tmp_dir/old_dir -mtime +0 -print -exec mv {} /delete_tmp_dir/new_dir \;<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]</div>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 730 |
|
19년 전 | 2718 | |
| 729 |
그레이스웹
|
19년 전 | 3508 | |
| 728 |
|
19년 전 | 2678 | |
| 727 |
|
19년 전 | 2519 | |
| 726 |
|
19년 전 | 2335 | |
| 725 |
|
19년 전 | 2236 | |
| 724 |
|
19년 전 | 2129 | |
| 723 |
|
19년 전 | 4252 | |
| 722 |
|
19년 전 | 2667 | |
| 721 |
|
19년 전 | 2160 | |
| 720 |
|
19년 전 | 2256 | |
| 719 |
|
19년 전 | 2843 | |
| 718 |
|
19년 전 | 1957 | |
| 717 |
|
19년 전 | 3189 | |
| 716 |
|
19년 전 | 2747 | |
| 715 |
|
19년 전 | 2260 | |
| 714 |
|
19년 전 | 1814 | |
| 713 |
|
19년 전 | 2234 | |
| 712 |
|
19년 전 | 2008 | |
| 711 |
|
19년 전 | 1898 | |
| 710 |
|
19년 전 | 2462 | |
| 709 |
|
19년 전 | 2316 | |
| 708 |
|
19년 전 | 3880 | |
| 707 |
|
19년 전 | 3733 | |
| 706 |
|
19년 전 | 2234 | |
| 705 |
|
19년 전 | 3275 | |
| 704 |
|
19년 전 | 1950 | |
| 703 |
|
19년 전 | 2382 | |
| 702 |
|
19년 전 | 2274 | |
| 701 |
홀로남은자
|
19년 전 | 2342 | |
| 700 |
홀로남은자
|
19년 전 | 2176 | |
| 699 | 19년 전 | 2812 | ||
| 698 |
|
19년 전 | 2824 | |
| 697 |
|
19년 전 | 3168 | |
| 696 |
|
19년 전 | 3039 | |
| 695 |
|
19년 전 | 2702 | |
| 694 |
|
19년 전 | 2925 | |
| 693 |
|
19년 전 | 3177 | |
| 692 |
|
19년 전 | 2876 | |
| 691 |
|
19년 전 | 2616 | |
| 690 | 19년 전 | 2920 | ||
| 689 | 19년 전 | 4505 | ||
| 688 | 19년 전 | 2429 | ||
| 687 | 19년 전 | 2446 | ||
| 686 | 19년 전 | 3476 | ||
| 685 | 19년 전 | 3156 | ||
| 684 | 19년 전 | 2805 | ||
| 683 | 19년 전 | 2050 | ||
| 682 | 19년 전 | 1773 | ||
| 681 | 19년 전 | 2876 | ||
| 680 | 19년 전 | 1716 | ||
| 679 | 19년 전 | 2308 | ||
| 678 | 19년 전 | 3955 | ||
| 677 | 19년 전 | 3724 | ||
| 676 | 19년 전 | 3450 | ||
| 675 | 19년 전 | 3406 | ||
| 674 |
|
19년 전 | 1563 | |
| 673 |
|
19년 전 | 1937 | |
| 672 |
|
19년 전 | 1856 | |
| 671 | 19년 전 | 2522 | ||
| 670 | 19년 전 | 4618 | ||
| 669 |
|
19년 전 | 2761 | |
| 668 |
|
19년 전 | 1916 | |
| 667 |
|
19년 전 | 1930 | |
| 666 |
|
19년 전 | 1821 | |
| 665 |
|
19년 전 | 2556 | |
| 664 |
|
19년 전 | 8173 | |
| 663 |
|
19년 전 | 2723 | |
| 662 |
|
19년 전 | 2787 | |
| 661 |
|
19년 전 | 3042 | |
| 660 |
|
19년 전 | 2194 | |
| 659 |
|
19년 전 | 2206 | |
| 658 |
|
19년 전 | 2170 | |
| 657 |
|
19년 전 | 2066 | |
| 656 |
|
19년 전 | 2254 | |
| 655 |
|
19년 전 | 2515 | |
| 654 |
|
19년 전 | 3074 | |
| 653 | 19년 전 | 2328 | ||
| 652 | 19년 전 | 1909 | ||
| 651 |
|
19년 전 | 2829 | |
| 650 | 19년 전 | 4996 | ||
| 649 | 19년 전 | 3496 | ||
| 648 | 19년 전 | 3452 | ||
| 647 | 19년 전 | 2967 | ||
| 646 | 19년 전 | 2390 | ||
| 645 | 19년 전 | 1487 | ||
| 644 | 19년 전 | 3133 | ||
| 643 | 19년 전 | 2010 | ||
| 642 |
|
19년 전 | 5373 | |
| 641 | 19년 전 | 2430 | ||
| 640 | 19년 전 | 3429 | ||
| 639 | 19년 전 | 2852 | ||
| 638 | 19년 전 | 1760 | ||
| 637 | 19년 전 | 3879 | ||
| 636 | 19년 전 | 2417 | ||
| 635 | 19년 전 | 2305 | ||
| 634 |
|
19년 전 | 3024 | |
| 633 |
|
19년 전 | 3296 | |
| 632 | 19년 전 | 2495 | ||
| 631 | 19년 전 | 2256 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기