?????Linux?????Rsync
???????????? ???????[ 2015/1/21 13:21:33 ] ????????Linux ??????
???????????????????????
1 [root@localhost /]# rsync -avz azmath@192.168.1.4:192.168.1.4:/share/rsysnctest/ /home/aloft/
2 Password:
3 building file list ... done
4 ./
5 .bash_logout
6 .bash_profile
7 .bashrc
8 sent 514 bytes received 92 bytes 1212.00 bytes/sec
9 total size is 324 speedup is 0.53 - See more at: http://linoxide.com/how-tos/rsync-copy/#sthash. 2HsquzPh.dpuf
|
??????????????????????????????????????????????????????????????????????????~
?????塢????????????
1 [root@localhost backuphomedir]# rsync -avzi /backuphomedir /home/aloft/
2 building file list ... done
3 cd+++++++ backuphomedir/
4 >f+++++++ backuphomedir/.bash_logout
5 >f+++++++ backuphomedir/.bash_profile
6 >f+++++++ backuphomedir/.bashrc
7 >f+++++++ backuphomedir/abc
8 >f+++++++ backuphomedir/xyz
9
10 sent 650 bytes received 136 bytes 1572.00 bytes/sec
11 total size is 324 speedup is 0.41
|
????????????????????????????????????????????????????
????-i:????????????????????????г???????????λ?????????.
????????????
????rsync???????????????linux?????????cron?????rsync????????
1 0 0 * * * /usr/local/sbin/bkpscript &> /dev/null
2
3 vi /usr/local/sbin/bkpscript
4
5 rsync -avz -e ‘ssh -p2093′ /home/test/ root@192.168.1.150:/oracle/data/
?????????????????:
1 -v?? --verbose ????????
2 -q?? --quiet ?????????
3 -c?? --checksum ??У???????????????????У??
4 -a?? --archive ?鵵??????????鷽????????????????????????????????-rlptgoD
5 -r?? --recursive ????????????????
6 -R?? --relative ??????·?????
7 -b?? --backup ?????????????????????????????????????????????????????????~filename?????????-- suffix???????????????????????
8 --backup-dir ?????????(??~filename)????????????
9 -suffix=SUFFIX ???屸???????
10 -u?? --update ???????и??£?????????????????????DST???????????????????????????( ????????μ????)
11 -l?? --links ??????????
12 -L?? --copy-links ????????????????????????
13 --copy-unsafe-links ???????????SRC·???????????????
14 --safe-links ???????SRC·???????????????
15 -H?? --hard-links ?????????
16 -p?? --perms ??????????
17 -o?? --owner ??????????????
18 -g?? --group ??????????????
19 -D?? --devices ?????豸??????
20 -t?? --times ?????????????
21 -S?? --sparse ??????????????????????DST????
22 -n?? --dry-run?????Щ???????????
23 -W?? --whole-file ??????????????????????
24 -x?? --one-file-system ??????????????
25 -B?? --block-size=SIZE ????????????磬?????700???
26 -e?? --rsh=COMMAND ??????rsh??ssh??????????????
27 --rsync-path=PATH ??????????????rsync????????·?????
28 -C?? --cvs-exclude ??ú?CVS?????????????????????????????Щ?????????????
29 --existing ??????????Щ?????????DST?????????????????Щ?′????????
30 --delete ?????ЩDST??SRC??е????
31 --delete-excluded ?????????????Щ??????????????????
32 --delete-after ???????????????
33 --ignore-errors ???????IO????????????
34 --max-delete=NUM ?????NUM?????
35 --partial ??????Щ???????????????????????????????δ???
36 --force ??????????????????
37 --numeric-ids ????????????????ID???????????????
38 --timeout=TIME IP????????λ???
39 -I?? --ignore-times ????????Щ??????????????????
40 --size-only ???????????????????????????????С??????????????
41 --modify-window=NUM ??????????????????????????????????0
42 -T --temp-dir=DIR ??DIR?д?????????
43 --compare-dest=DIR ??????DIR?е????????????????????
44 -P ????? --partial
45 --progress ??????????
46 -z?? --compress ??????????????????????????
47 --exclude=PATTERN ?????????????????????
48 --include=PATTERN ???????????????????????
49 --exclude-from=FILE ???FILE????????????
50 --include-from=FILE ?????FILE????????????
51 --version ????汾???
52 --address ???????????
53 --config=FILE ???????????????????????????rsyncd.conf???
54 --port=PORT ?????????rsync??????
55 --blocking-io ?????shell???????IO
56 -stats ?????Щ??????????
57 --progress ????????????????
58 --log-format=formAT ????????????
59 --password-file=FILE ??FILE?е??????
60 --bwlimit=KBPS ????I/O?????KBytes per second
61 -h?? --help ??????????
|
???????????й?Rsync???÷?????????????????~??????????????????????????????~
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11