특정일(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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 830 |
|
19년 전 | 2174 | |
| 829 |
|
19년 전 | 1902 | |
| 828 |
|
19년 전 | 1788 | |
| 827 |
|
19년 전 | 1645 | |
| 826 |
|
19년 전 | 1839 | |
| 825 |
|
19년 전 | 1882 | |
| 824 |
|
19년 전 | 1938 | |
| 823 |
|
19년 전 | 2682 | |
| 822 |
|
19년 전 | 5309 | |
| 821 |
|
19년 전 | 1717 | |
| 820 |
|
19년 전 | 1560 | |
| 819 |
|
19년 전 | 1428 | |
| 818 |
|
19년 전 | 1583 | |
| 817 |
|
19년 전 | 1515 | |
| 816 |
|
19년 전 | 1434 | |
| 815 |
|
19년 전 | 1446 | |
| 814 |
|
19년 전 | 1373 | |
| 813 |
|
19년 전 | 1435 | |
| 812 | 19년 전 | 2798 | ||
| 811 |
pearly
|
19년 전 | 3816 | |
| 810 |
pearly
|
19년 전 | 5200 | |
| 809 |
|
19년 전 | 1364 | |
| 808 |
pearly
|
19년 전 | 4530 | |
| 807 | 19년 전 | 2973 | ||
| 806 |
|
19년 전 | 1487 | |
| 805 |
|
19년 전 | 2682 | |
| 804 |
|
19년 전 | 3606 | |
| 803 |
|
19년 전 | 1775 | |
| 802 |
|
19년 전 | 3782 | |
| 801 |
|
19년 전 | 1871 | |
| 800 | 19년 전 | 3765 | ||
| 799 | 19년 전 | 3417 | ||
| 798 | 19년 전 | 4196 | ||
| 797 | 19년 전 | 4044 | ||
| 796 |
|
19년 전 | 1879 | |
| 795 |
|
19년 전 | 1837 | |
| 794 | 19년 전 | 4265 | ||
| 793 | 19년 전 | 2666 | ||
| 792 | 19년 전 | 2533 | ||
| 791 | 19년 전 | 2387 | ||
| 790 | 19년 전 | 1966 | ||
| 789 | 19년 전 | 2559 | ||
| 788 | 19년 전 | 2192 | ||
| 787 | 19년 전 | 1841 | ||
| 786 | 19년 전 | 1968 | ||
| 785 | 19년 전 | 1436 | ||
| 784 |
|
19년 전 | 1683 | |
| 783 | 19년 전 | 2824 | ||
| 782 |
|
19년 전 | 1941 | |
| 781 | 19년 전 | 3220 | ||
| 780 | 19년 전 | 3129 | ||
| 779 |
|
19년 전 | 2239 | |
| 778 |
|
19년 전 | 1785 | |
| 777 | 19년 전 | 2829 | ||
| 776 | 19년 전 | 2896 | ||
| 775 | 19년 전 | 4006 | ||
| 774 |
|
19년 전 | 1967 | |
| 773 | 19년 전 | 2616 | ||
| 772 | 19년 전 | 2330 | ||
| 771 | 19년 전 | 3459 | ||
| 770 |
|
19년 전 | 1416 | |
| 769 | 19년 전 | 1483 | ||
| 768 | 19년 전 | 1760 | ||
| 767 | 19년 전 | 2202 | ||
| 766 | 19년 전 | 1829 | ||
| 765 | 19년 전 | 1692 | ||
| 764 |
|
19년 전 | 2099 | |
| 763 |
|
19년 전 | 2200 | |
| 762 |
|
19년 전 | 4958 | |
| 761 | 19년 전 | 2321 | ||
| 760 |
|
19년 전 | 3190 | |
| 759 | 19년 전 | 2637 | ||
| 758 |
|
19년 전 | 2400 | |
| 757 | 19년 전 | 4695 | ||
| 756 | 19년 전 | 2557 | ||
| 755 |
|
19년 전 | 2402 | |
| 754 |
|
19년 전 | 1936 | |
| 753 |
|
19년 전 | 1718 | |
| 752 |
pearly
|
19년 전 | 3348 | |
| 751 | 19년 전 | 2316 | ||
| 750 |
|
19년 전 | 6150 | |
| 749 | 19년 전 | 2016 | ||
| 748 |
|
19년 전 | 1892 | |
| 747 |
|
19년 전 | 2692 | |
| 746 |
|
19년 전 | 1800 | |
| 745 | 19년 전 | 2271 | ||
| 744 | 19년 전 | 2103 | ||
| 743 |
|
19년 전 | 3552 | |
| 742 | 19년 전 | 2566 | ||
| 741 | 19년 전 | 2737 | ||
| 740 |
|
19년 전 | 4361 | |
| 739 | 19년 전 | 3537 | ||
| 738 |
|
19년 전 | 2298 | |
| 737 | 19년 전 | 4285 | ||
| 736 | 19년 전 | 3258 | ||
| 735 |
홀로남은자
|
19년 전 | 4124 | |
| 734 |
홀로남은자
|
19년 전 | 1997 | |
| 733 |
홀로남은자
|
19년 전 | 2217 | |
| 732 | 19년 전 | 2138 | ||
| 731 | 19년 전 | 3338 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기