rsync
rsync with date filter
Can rsync be done with a date filter, such that only files newer than some date are transferred? Right now I do rsync using an Applescript and it just backs up all of the files in a remote directory,[详细]
2023-01-25 17:40 分类:问答How fast is rsync?
Anyone ever transferred large files with it? What is the main advantage over ftp and other methods? Sp开发者_高级运维eed? or slicingit keeps 2 directories in sync. so it\'s mainly useful if you need[详细]
2023-01-25 14:47 分类:问答Deploying Symfony Projekt using Rsync in Windows 7 - Permission Problem
I am desperetly trying to deploy my Symfony app with Rsync. I instally cwRsync and it somewhat works, at least SSH does. My app is located in E:\\xampp\\htdocs\\MyProject.[详细]
2023-01-24 01:27 分类:问答How should I completely mirror a server user rsync, without using root password?
I use rsync to mirror a remote server. It is said that using a root password with rsync is dangerous, so I created a special rsync user. It seems to work fine,开发者_开发技巧 but cannot copy some file[详细]
2023-01-23 18:23 分类:问答Do rsync at the same time to the same destination
I have 10 production servers, What will happen when : I still doi开发者_如何学运维ng rsync for file (A,B,C), meanwhile at the same time my friends also do rsync for file (D,E,F) to the same producti[详细]
2023-01-22 13:03 分类:问答detect if something is modified in directory, and if so, backup - otherwise do nothing
I have a \"Data\" directory, that I rsync to a remote NAS periodically via a shell script. However, I\'d like to make this more efficient. I\'d like to detect if something has changed in \"Data\" bef[详细]
2023-01-19 11:18 分类:问答Expect Tcl script - Error passing quoted argument using spawn
I just wrote a very simple Expect script for wrapping around rsync, but it seems to be giving me trouble.Basically, I am automating the SSH login prompt called from rsync.I also have to pass arguments[详细]
2023-01-17 09:36 分类:问答Are rsync operations atomic at file level?
I\'m trying to figure out how if rsyncing files is atomic. I couldn\'t find any confirmation about it. Due to rsync being able to send only deltas, I was under the impression that it also updates only[详细]
2023-01-17 07:40 分类:问答rsync option in a variable
I want to put command option of rsync into a variable so I can reuse it for other rsync commands. Here is what I tried but it didn\'t work.[详细]
2023-01-16 08:57 分类:问答Explain rsync's --blocking-io option
I have problems with understanding the --blocking-io option in rsync. Here\'s the descripton from the man page:[详细]
2023-01-16 01:06 分类:问答