Top "Rsync" questions

GENERAL RSYNC SUPPORT IS OFF-TOPIC.

Rsync Encryption

I know that rsync can enable / disable the ssh encryption protocol during the file transfer. So, if the ssh encryption …

rsync
Resuming rsync partial (-P/--partial) on a interrupted transfer

I am trying to backup my file server to a remove file server using rsync. Rsync is not successfully resuming …

linux backup rsync partial remote-backup
Bash problem with eval, variables and quotes

I've been reading about quotes in bash here and everywhere else, but i got no help solving this problem. The …

bash eval rsync quoting
Check if rsync command ran successful

The following bash-script is doing a rsync of a folder every hour: #!/bin/bash rsync -r -z -c /home/pi/…

linux bash shell rsync
Rsync without SSH access

Firstly, i'm not sure this is the best place to put this question so if it needs moving, thats cool. …

deployment ssh shared-hosting rsync
Prevent rsync from deleting destination files that match a given pattern

I'm using rsync to sync files from a source to a destination: rsync -av --delete source destination I have a …

unix rsync
error in rsync protocol data stream (code 12) at io.c(605) [Receiver=3.0.9]

I'm trying to rsync data from one ubuntu box to another, but whenever I try to run the command, I …

ubuntu rsync
StrictHostKeyChecking not Ignoring Fingerprint Validation

I'm Rsync-ing with the following command: # rsync -arvce ssh /tmp/rsync/file.txt user@domain:/tmp/rsync/ This works fine, …

ssh rsync
Ftp transfer the rsync-way

I'm downloading a logfile quite often from a ftp-server (which I'm not in control over, btw), and it seems rather …

ftp rsync
Rsync how to include directories but not files?

I have a directory structure and files like this data/ data/a.txt data/folder/ data/folder/b.txt data/…

linux backup rsync