새로 복원 한 후이 튜토리얼 을 따라 Linux / Ubuntu 12.04를 전체 백업 하려고합니다 .
내 코드 fullserver.sh
:
tar -cvpf /backups/fullbackup.tar --directory=/ --exclude=proc
--exclude=sys --exclude=dev/pts --exclude=backups .
./backups/fullserver.sh
다음 오류를 실행 한 후 제공 합니다.
tar: Cowardly refusing to create an empty archive Try `tar --help' or `tar --usage' for more information.
./backups/fullserver.sh: line 2: --exclude=sys: command not found
이 문제를 해결하는 데 도움이 필요하십니까? tar 라인에서 "/"를 제거해야하는 곳을 읽었지만 이것이 사실인지 확실하지 않습니다 ...