请问在Linux中做计划任务压缩文件时,如何在文件名中加上当前系统时间

 我来答
tse7996
2012-04-24
知道答主
回答量:1
采纳率:0%
帮助的人:2.7万
展开全部
tar -cvf filename-$(date +%Y%m%d%H%m%S).tar file1 file2 dir1/* dir2/* ...

%Y 年
%m 月
%d 日
%H 小时
%m 分钟
%S 秒

自己去掉不要的
追问
我刚试过,手动添加压缩文件的时候能够将时间添加上去,但用计划任务就不行了。能帮忙把计划任务的详细命令一起发下吗
追答
[root@ ~]# ls -l
total 112
-rw-------. 1 root root 1981 Mar 15 18:43 anaconda-ks.cfg
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Desktop
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Documents
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Downloads
-rw-r--r--. 1 root root 60250 Mar 15 18:43 install.log
-rw-r--r--. 1 root root 11081 Mar 15 18:39 install.log.syslog
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Music
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Pictures
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Public
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Templates
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Videos
[root@ ~]# at now + 1min
at> tar -cvf filename-$(date +%Y%m%d%H%m%S).tar anaconda-ks.cfg Templates/*
at>
job 2 at 2012-04-25 14:37
[root@ ~]# date
Wed Apr 25 14:40:47 CST 2012
You have new mail in /var/spool/mail/root
[root@ ~]# ls -l
total 124
-rw-------. 1 root root 1981 Mar 15 18:43 anaconda-ks.cfg
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Desktop
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Documents
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Downloads
-rw-r--r-- 1 root root 10240 Apr 25 14:37 filename-20120425140427.tar
-rw-r--r--. 1 root root 60250 Mar 15 18:43 install.log
-rw-r--r--. 1 root root 11081 Mar 15 18:39 install.log.syslog
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Music
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Pictures
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Public
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Templates
drwxr-xr-x. 2 root root 4096 Mar 15 18:47 Videos
[root@ ~]#
wishxu15d5f
2015-10-27 · TA获得超过1606个赞
知道大有可为答主
回答量:1392
采纳率:86%
帮助的人:655万
展开全部
time=`date +%H%M%S`
然后把 $time 这个字符串添加到文件名中。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
伊筱语_2012
2015-09-08 · TA获得超过314个赞
知道小有建树答主
回答量:479
采纳率:0%
帮助的人:64.9万
展开全部
tar zcvf `date +%Y%M%d`.tar.gz xxx
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式