Tag: rsync

126 What are the differences between the rsync delete options? 2010-06-25T12:29:20.313

121 How to synchronize the home folder between multiple computers? 2009-08-28T18:10:40.223

77 rsync and symbolic links 2014-08-18T04:35:50.140

72 Do I need to have a passphrase for my SSH RSA key? 2011-03-23T14:50:30.923

66 What is Git Bash for Windows anyway? 2016-03-16T14:27:10.483

56 Why is rsync -avz faster than scp -r? 2010-09-29T09:42:48.830

50 How to speed up rsync? 2010-02-16T23:52:41.490

48 Resume rsync over SSH after broken connection? 2011-06-27T11:24:06.003

46 Make rsync use less bandwidth? 2009-10-20T22:48:13.457

45 Does rsync delete files, folders at destination by default? 2014-03-18T23:09:39.330

42 which is the rsync command to «smartly» merge two folders? 2013-02-06T08:41:04.397

39 Best way to copy millions of files between 2 servers 2009-01-22T03:37:21.223

39 rsync - does it create a temp file during transfer? 2013-04-06T18:17:48.857

38 How to do rsync-like encrypted backup? 2011-02-27T23:11:23.910

34 Run rsync with root permission on remote machine 2011-04-14T16:45:14.087

33 How to print files that would have been changed using rsync? 2013-04-02T03:49:17.000

32 rsync file permissions on windows 2009-11-12T17:01:03.463

31 How to exclude rsync excludes from delete? 2010-07-09T15:31:14.517

31 Parallelizing rsync 2011-11-02T23:47:42.553

28 Use rsync to copy all files except for certain filenames with a certain extension 2010-02-05T16:08:46.327

28 RSYNC Does Not Delete Source Directories 2013-11-16T08:06:47.517

27 Is it safe to use a HDD while rsync is running? 2017-01-31T09:31:00.280

26 Rsync friendly gzip 2010-02-03T09:54:05.107

25 Why does't rsync use delta-transfer for local files? 2011-01-17T13:59:14.210

25 rsync files newer than 1 week 2011-06-14T12:49:12.563

25 How to use rsync from Windows PC to remote Linux server? 2011-06-21T18:19:33.987

23 Replacing Dropbox with: Amazon S3 + SSL + GPG/TrueCrypt + Mounting on OSX ?? 2010-04-20T00:07:05.013

23 rsync --remove-source-files deletes source files one by one or after rsync completes? 2012-03-28T13:52:22.183

22 Resume transfer of a single file by rsync 2010-09-25T20:32:49.500

22 How to interpret and fix a Input/output error in Linux? 2013-11-16T05:47:04.707

22 How to best clone a running system to a new harddisk using rsync? 2014-01-30T16:07:14.893

22 Rsync files via intermediate host 2016-08-20T14:06:11.120

21 Does rsync --inplace write to the entire file, or just to the parts that need to be updated? (for btrfs+rsync backups) 2013-03-31T13:42:03.410

21 rsync recursive on same mount only 2013-07-31T03:40:53.867

21 Moving 2TB (10 mil files + dirs), what's my bottleneck? 2013-09-06T15:48:04.727

20 rsync: failed to set times on "<dir path>" 2010-10-14T11:34:01.940

20 What does Rsync's output tell here about to-chk? 2013-01-14T07:50:14.500

20 Transfering about 300gb in files from one server to another 2013-03-26T18:12:40.100

19 How to Setup Rsync without password with SSH on UNIX / Linux? 2013-02-22T12:38:51.943

17 Why cwRsync doesn't work on Windows? 2011-09-20T22:10:27.633

16 rsync command deletion error "IO error encountered -- skipping file deletion" 2012-12-07T03:29:35.583

16 How to arbitrarily map user/group ownerships in rsync 2013-11-07T17:41:34.093

15 is there equivalent of rsync in MS powershell? 2012-03-29T18:47:22.083

14 Backup services that allow remote rsync 2009-11-30T12:20:37.260

14 Does anyone know why rsync would keep sending the files over and over again? 2010-03-02T16:32:47.830

14 Rsync only changed files 2011-03-07T21:37:11.800

14 Resume recursive scp transfer (with rsync?) 2010-06-01T15:52:16.867

14 rsync takes a very long time to send file list 2011-08-04T10:48:34.350

14 rsync between two local directories 2013-01-31T11:20:24.837

14 Exact copy of files from NTFS to another NTFS using Linux 2014-03-31T10:20:59.173

14 Properly escaping forward slash in bash script for usage with sed 2014-06-09T19:55:55.100

13 Stop a Mac from sleeping while a bash script is running, then allow it to sleep as normal once complete 2010-01-22T11:40:16.273

13 How to rsync a large file, with as little CPU and bandwidth expense as possible? 2010-06-16T11:46:28.513

13 rsync by path/filename only? 2010-08-22T01:30:29.593

13 linux merge folders: rsync? 2010-11-23T18:31:10.687

13 What is the fastest way to move a million images from one directory to another in Linux? 2012-10-16T06:54:33.390

13 How to tell rsync to skip files on a damaged hard drive block, instead of being stuck trying to read it 2013-04-16T22:16:02.023

12 cp -r -l in MacOS (recursive copy preserving hard links) 2009-08-30T18:25:35.423

12 How can I set environment variables for a remote rsync process? 2010-11-04T19:43:11.583

12 File copying utility like rsync with error handling like ddrescue, for data recovery from a hard drive with bad sectors or hardware failure 2011-01-31T06:47:00.083

12 How to make a redundant desktop system with daily snapshots? (Is btrfs ready for use?) 2011-03-16T17:25:15.153

12 rsync complaining about `missing trailing-"` in a Bash script 2011-11-06T00:53:13.377

12 Behavior of rsync with file that's still being written? 2014-12-03T06:54:56.727

12 warning message "kex protocol error: type 7" during scp, rsync or shell work 2016-06-20T17:02:52.637

12 How to make rsync copy actual data instead of symlinks? 2017-10-13T04:47:10.060

11 RSync to WebDAV mounted volume very slow 2010-09-25T22:13:09.503

11 make rsync wait for a confirmation before actually changing files 2011-05-13T10:14:55.130

11 rsync Permission denied backing up a remote directory to my local machine 2012-03-07T20:57:12.080

11 How to gzip a directory, transfer via scp, and decompress in one command? 2012-05-07T17:17:16.883

11 Something like Dropbox for local use with a NAS as storage server 2012-06-23T09:07:01.547

11 rsync using regex to include only some files 2013-01-14T10:22:28.590

10 Rsync over ssh, or something else? 2010-02-07T13:10:27.087

10 rsync set group owner, group permission 2010-03-15T23:03:49.080

10 Is it possible to rate-limit an scp/sftp/rsync/etc transfer from the command-line? ie, manual QoS on a single command? 2010-04-02T20:45:40.383

10 OSX SSH rsync - Keep remote directory up to date 2011-01-12T01:51:30.477

10 Leave ACL handling to Windows with Cygwin rsync 2011-04-14T16:04:14.567

10 What if files change while rsync is running? 2011-11-23T10:09:26.593

10 Is there an rsync-like mode for WinSCP (or a similar tool)? 2012-08-08T18:55:45.577

10 Unicode Characters in Ubuntu Server 2013-11-30T08:25:57.897

10 How can I rsync a set of subdirectories? 2014-06-30T15:03:22.750

10 Understanding rsync's include / exclude patterns 2014-08-26T14:18:55.440

10 Unable to rsync to another volume with Git Bash 2016-03-16T15:18:11.697

10 Why does rsync over SSH give me 10x the throughput of SCP? 2016-07-15T04:28:18.437

9 Minimal rsync installation without need for cygwin 2010-04-12T03:05:02.200

9 Rsync to-check grows during backup 2010-11-15T21:05:17.823

9 How can I get rsync to ignore missing files? 2011-06-28T15:03:02.960

9 How do rsync show/hide filter rules differ from include/exclude? 2011-08-29T23:58:13.900

9 Live rsync/directory monitor for Windows? 2011-10-17T14:42:57.200

9 Only show changed files while syncing from ext4 to NTFS 2012-09-10T14:59:56.453

9 rsync cannot delete non-empty directory 2013-01-29T13:57:22.517

9 How to copy Time Machine volume to another disk using rsync while preserving ACLs? 2013-02-19T22:42:19.250

9 How can I resume a large scp file transfer when using port forwarding? 2013-03-06T13:02:00.473

9 Is there an FTP or FTP-like client which allows "delta uploads" - i.e. only uploading the parts of a file which have been changed? 2016-10-12T14:05:01.107

8 How to force the rsync to use my proxy settings? 2009-12-26T16:10:36.300

8 rsync hack to bounce files between two unconnected servers 2010-08-23T12:28:45.240

8 How to synchronize two instances of a virtual machine to be used in different computers? 2011-06-11T05:55:31.820

8 How to make rsync to use relative path? 2011-09-06T08:14:56.940

8 what is the difference between rsnapshot and rdiffbackup? 2012-02-04T19:52:47.013

8 Backup client for Windows: open source, rsync and VSS 2012-04-19T20:50:08.657