美媒:真正的贸易战在白宫内 就看“哪个特朗普”占上风
百度 很多食物在加工、加热、包装、盛装的过程中,会造成邻苯二甲酸酯溶出渗入食物中。
Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon
1,634 questions
0
votes
0
answers
41
views
trying to MAP one Windows Desktop machine to another via SSH [migrated]
I am trying to MAP one Windows Desktop machine to another via SSH.
Mach-S : Successfully started SSH Server.
Mach-C : ssh ABC@Mach-S (works fine)
Issue: I want to Map Mach-S from Mach-C.
I have ...
0
votes
0
answers
45
views
How to backup local system to a remote machine via ssh?
How do I use rsnapshot to backup my local system to a network machine to which I can ssh via ssh me@backupmachine?
I edited /etc/rsnapshot.conf but no luck:
I tried to set snapshot_root me@...
0
votes
1
answer
135
views
rsync over legacy SSH server: error in rsync protocol data stream (code 12) at io.c(232) [Receiver=3.2.7]
I'm planning for a transfer over 3TB and I can't work my way with rsync
rsync -av -e 'ssh -p 2222' [email protected]:/volume1/video/ ./
[email protected]'s password:
Permission denied, please try again....
-1
votes
1
answer
88
views
How to avoid file corruption after an electrical power failure [closed]
Sometimes files on our RHEL 7.9 host are zero after a power failure.
Is there is a way to avoid this issue?
Here is an example of the files after an OS power-off:
The following files exist under /opt/...
3
votes
3
answers
602
views
How can 10G link be slower to WAN than 1G link, on the same machine?
I'm using the following command to test network speed to my.remote.server, from my workstation:
dd if=/dev/random | pv | ssh my.remote.server "dd of=/dev/null"
When I set en0 to 10Gb, ...
0
votes
0
answers
60
views
Rsync -p can't change permissions but chmod can
I am running rsync --archive, which includes the -p parameter that takes over the file's permissions. The sync is from a distant computer to the local machine. This works in a SSH shell.
But if I ...
2
votes
0
answers
215
views
Memory Usage of lsyncd (rsync+inotify) Abnormally Increases, Leading to High Disk I/O Load
I am experiencing an issue on a production RHEL 8.6 server running lsyncd-2.2.2-9.el8.x86_64 with the rsync+inotify sync method.
Once a month, the disk I/O (disk busy) reaches nearly 100%. Normally, ...
1
vote
0
answers
31
views
github like ssh login - one account - many users
We have a service that manages files both over a webinterface but also requires access to files via rsync. One way to handle this is to give each user a UNIX account on the system and allow only ...
0
votes
2
answers
215
views
How to rsync between 2 local machines via server?
I have 2 local machines in different locations. Lets call them Machine A and Machine B. Both Machines are in different locations and on different networks. I also have a VPS machine, lets call this ...
-1
votes
1
answer
82
views
Synchronize Synology NAS boxes to replicate our production VM disks
We currently use a Synology NAS to store our virtual machines (but the processing runs on separate ESXi 8 hosts). We want to create an offsite recovery environment are thinking about deploying an ...
0
votes
1
answer
31
views
rsync -LvP following symlinks always retransmits all files
I do rsync -LvP some_local_files* host:dir (related link).
It works (it follows symlinks), but it always retransmits all the files, ignoring what is already there.
How can I avoid that? I.e. I only ...
0
votes
1
answer
124
views
Can I get to know list of files/dir which rsync (or other program) transfers/deletes before actually making the sync?
I have two different linux machines(server websites) seperated by internet having similar directory tree and files. both can acess each other via ssh.
I want to sync certain directories, however I ...
1
vote
1
answer
111
views
Best strategy to keep backup mirrored on 3 different hard drives on Linux: rsync? mergerfs? something else?
Let's says I have a server and 3 different hard drives.
I want to know what are the pros and cons of different backup strategies. Here are the requirements:
I want that a new file is being ...
0
votes
2
answers
104
views
Transfer lots of files to archive on remote server
I need to do a temporary backup of ca 1 TB before moving a local server, and the other storage location I have is a remote HPC cluster with enough storage quota but a cap on the file-count, and there ...
7
votes
3
answers
2k
views
Bidirectional rsync synchronization
I have a problem with bidirectional rsync of data. I want to sync samba shares from two servers with each other, creating a mirror of each to the other, syncing once per day in the night. The schedule:...