sh 获取S3上相同目录的密码(在NFS目录中时)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 获取S3上相同目录的密码(在NFS目录中时)相关的知识,希望对你有一定的参考价值。
alias gets3dir="pwd|sed 's,/imaging/analysis,s3://imaging-platform/projects,g'"
# use it like this to sync
aws s3 sync . `gets3dir`
alias gets3dir='pwd|sed "s,/home/ubuntu/efs,s3://imaging-platform/projects,g"'
# use it like this to sync
aws s3 sync . `gets3dir`
alias gets3dir="pwd|sed 's,${HOME}/work,s3://imaging-platform,g'"
# use it like this to sync
aws s3 sync . `gets3dir`
以上是关于sh 获取S3上相同目录的密码(在NFS目录中时)的主要内容,如果未能解决你的问题,请参考以下文章
将PHP产品和Tomcat产品上传目录挂载到NFS
共享 NFS 主目录上的无密码 ssh 不起作用(centos 7)[关闭]
sh AWS CLI S3删除目录
nfs +nis+ssh
nfs共享目录及sersync实时同步
如何在 C 代码中检查目录是不是在 NFS 文件系统上?