https://nasemo.com/archives/1898 192.168.0.1 호스트에 아래와 같이 rsyncd.conf 파일을 설정하였다면 [test]path=/home/testcomment=rsync testuid=rootgid=rootuse chroot = yesread only = nohosts allow = 192.168.0.250max connections = 10timeout = 600 192.168.0.250 호스트에서 아래와 같이 실행하여서 rsync 할 수 있습니다. # rsync -avz * 192.168.0.1::test [출처] [리눅스] rsync 실행하는 방법|작성자 까미유 rsync version 3.1.1 protocol version 31Copyright (C) 1996..
백업1. 권한획득, 루트로 이동 su cd /2.전체 시스템을 백업tar cvpzf backup.tgz.gz --exclude=/proc --exclude=/lost+found --exclude=/media \ --exclude=/backup.tgz --exclude=/mnt --exclude=/sys / –one-file-system 이 옵션은 다른 파일시스템으로 된 폴더는 백업하지 않는 것이다. 예를 들어 /mnt 등 이다.tar -cvpzf /home/backup/backup/backup.tar.gz --exclude=/home --one-file-system /
Configuring PHP¶If you don’t want to use the ownCloud .htaccess file, you may configure PHP instead. Make sure to comment out any lines .htaccess pertaining to upload size, if you entered any.To view your current PHP configuration and to see the location of your php.ini file, create a plain text file named phpinfo.php with just this single line of code in it: . Place this file in your Web root, ..