--rsyncable Make rsync-friendly archive With no FILE, or when FILE is -, read standard input. Report bugs to <bug-gzip@gnu.org>. [purpleendurer @ bash ~] 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27...
gzip [ -acdfhklLnNrtvV19 ] [--rsyncable] [-S suffix] [ name ... ] gunzip [ -acfhklLnNrtvV ] [-S suffix] [ name ... ] zcat [ -fhLV ] [ name ... ] OPTIONS -c --stdout --to-stdout 结果写到标准输出,原文件保持不变 -d --decompress --uncompress 解压 -k --keep 压缩或者...
-q,--quietsuppress all warnings -r,--recursiveoperate recursively on directories--rsyncablemakersync-friendly archive -S,--suffix=SUF use suffix SUF on compressed files--synchronoussynchronous output(saferifsystem crashes, but slower)-t,--testtestcompressedfileintegrity -v,--verboseverbose mode -V,...
-9, --best compress better --rsyncable Make rsync-friendly archive tar简介 linux类系统下面,tar是将多个文件打包成一个文件或将包中的文件提取出来的一个工具 tar常用命令 帮助:tar --help或tar -? 打包:tar -cf archive.tar file1 file2 dir1 dir2,将多个文件以及文件夹打包到archive.tar文件中;或者...
--recursive operate recursively on directories-S, --suffix=SUF use suffix SUF on compressed files-t, --test test compressed file integrity-v, --verbose verbose mode-V, --version display version number-1, --fast compress faster-9, --best compress better--rsyncable Make rsync-friendly archive...
gzip是linux中常见的压缩/解压工具,最常见的使用对象是*.gz格式的文件,这里简单介绍下它最常见的用法,GZIP(1) General Commands ManualGZIP(1) NAME...gzip, gunzip, zcat – compress or expand files SYNOPSISgzip[ -acdfhklLnNrtvV19 ] [–rsyncable...ubuntu:/tmp# ls -l file1.* -rw-r–r– 1 ...
数据库:mysql 5.5.18 应用场景:mysql生产环境中TB级别的数据量在压缩备份时会消耗很多时间,当将压缩命令由gzip调整为pigz时可加快速度,此结论已在rhel 7.3验证成功.现笔者在rhel 6.5上进行相关测试. 1、原备份语句 [mysql@MySQL5518-Master ~]$ /usr/bin/innobackupex --defaults-file=/etc/my.cnf --socket=...
-R--rsyncable Input-deter mined block locationsforrsync.-S--suffix.sss Use suffix.sss instead of.gz(forcompression).# 使用后缀.sss而不是.gz(用于压缩)。-t--test Test the integrity of the compressedinput.# 测试压缩输入的完整性。-v--verbose...
--rsyncable make rsync-friendly archive -S, --suffix=SUF use suffix SUF on compressed files --synchronous synchronous output (safer if system crashes, but slower) -t, --test test compressed file integrity -v, --verbose verbose mode
{"rsyncable", 0, 0, RSYNCABLE_OPTION}, /* make rsync-friendly archive */ { 0, 0, 0, 0 } }; /* local functions */ local noreturn void try_help (void); local void help (void); local void license (void); local void version (void); local int input_eof (void);...