Rsync Flags - Sheet1 Flashcards

1
Q

-c, –checksum

A

skip based on checksum, not mod-time & size

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

-r, –recursive

A

recurse into directories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

-R, –relative

A

use relative path names

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

-b, –backup

A

make backups (see –suffix & –backup-dir)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

-u, –update

A

skip files that are newer on the receiver

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

-d, –dirs

A

transfer directories without recursing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

-p, –perms

A

preserve permissions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

-X, –xattrs

A

preserve extended attributes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

-t, –times

A

preserve modification times

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

-n, –dry-run

A

perform a trial run with no changes made

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

–rsync-path=PROGRAM

A

specify the rsync to run on remote machine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

–existing

A

skip creating new files on receiver

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

–del

A

an alias for –delete-during

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

–delete

A

delete extraneous files from dest dirs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

–delete-before

A

receiver deletes before xfer, not during

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

–delete-during

A

receiver deletes during the transfer

17
Q

–delete-delay

A

find deletions during, delete after

18
Q

–delete-after

A

receiver deletes after transfer, not during

19
Q

–delete-excluded

A

also delete excluded files from dest dirs

20
Q

–ignore-missing-args

A

ignore missing source args without error

21
Q

–delete-missing-args

A

delete missing source args from destination

22
Q

–ignore-errors

A

delete even if there are I/O errors

23
Q

-m, –prune-empty-dir

A

prune empty directory chains from file-list

24
Q

–exclude=PATTERN

A

exclude files matching PATTERN

25
Q

–exclude-from=FILE

A

read exclude patterns from FILE

26
Q

–include=PATTERN

A

don’t exclude files matching PATTERN

27
Q

–include-from=FILE

A

read include patterns from FILE

28
Q

–progress

A

show progress during transfer

29
Q

-i, –itemize-changes

A

output a change-summary for all updates

30
Q

-P

A

same as –partial –progress

31
Q

–password-file=FILE

A

read daemon-access password from FILE

32
Q

–list-only

A

list the files instead of copying them

33
Q

–inplace

A

update destination files in-place

34
Q

-C, –cvs-exclude

A

auto-ignore files in the same way CVS does