rsync
rsync prints "skipping non-regular file" for what appears to be a regular directory
I back up my files using rsync. Right after a sync, I ran it expecting to see nothing, but instead it looked like it was skipping directories. I\'ve (obviously) changed names, but I believe I\'ve stil[详细]
2023-03-30 17:56 分类:问答Monitoring Rsync Progress
I\'m trying to write a Python script which will monitor an rsync transfer, and provide a (rough) estimate of percentage progress. For my first attempt, I looked at an rsync --progress command and saw[详细]
2023-03-29 20:11 分类:问答CWRsync failing due to spaces in directory names
I\'m having trouble rsyncing folders with spaces between the names between two servers开发者_开发技巧.[详细]
2023-03-26 17:06 分类:问答Creating a Rsync GUI to Backup to a Remote Server
So I\'m creating a backup GUI in Python which basically asks the user for their username/password and source directory so it can be rsynced over to a remote server. The only troubl开发者_运维知识库e I[详细]
2023-03-25 15:44 分类:问答performing backup for tree of directors and applying certain operations on files
What I want to do is to backup my personal开发者_如何转开发 data (on a Linux boy) possibly using rsync. I want to include only certain files (jpg,nb,pdf,..) and exclude everything else. This is easily[详细]
2023-03-24 06:44 分类:问答Python: rsync exclusions not working in script, works in bash shell
Below is a script I am using to test a problem. Running an rsync command via subprocess.check_call does not work in excluding files obtained from an exclude variable.[详细]
2023-03-23 01:03 分类:问答Python: split and format space separated values in a string to use in subprocess.check_call
I am using subprocess.check_call in combination with rsync. I need to use arguments for rsync that are coming from a string which contains multiple space separated values, however because the string[详细]
2023-03-22 13:57 分类:问答Android: how to use Rsync in own app?
Is there any Rsync API or other way 开发者_如何学编程 to use it in own app, without direct user interaction?To use rsync you need to download it binaries http://rsync.samba.org/download.html and read[详细]
2023-03-21 18:15 分类:问答ssh key pair connection works, but rsyncd over ssh key pair asks for password
I have set up ssh key pair between local and remote. ssh login works without asking for password user@local ~$ssh -v remote[详细]
2023-03-18 17:41 分类:问答rsync files to hadoop
I have 6 servers and each contains a lot of logs. I\'d like to put these logs to hadoop fs via rsync. Now I\'m using fuse and rsync writes directly to fuse-mounted fs /mnt/hdfs.[详细]
2023-03-14 16:52 分类:问答