Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个运行数据库备份的 Ubuntu 服务器。如何获得备份?我正在使用 *.pem 文件登录。我一直在尝试使用mailx 发送邮件。我执行命令但没有成功。我没有收到错误消息
echo "something" | mailx -s "subject" mymail@gmail.com
我知道这是没有附件的。如何让这个工作?使用 wget 我需要一个网址吗?
我建议使用scpwhich 通过 SSH 运行,因此比wget. 您需要运行 SSH 服务器来执行此操作。
scp
wget
将文件放入工作目录的正确用法是
$ scp -i myPem.pem ubuntu@ec2-77-237-115-112.eu-west-1.compute.amazonaws.com:/home/ubuntu/logo.png .