Working with Backups and Compression Flashcards

1
Q

Creates a file by converting groups of files and directories into an archive.

A

tar

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

Used for copying and synchronizing files and directories, both remotely and locally

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

Option for tar that creates an archive

A

c

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

Option for tar that extracts an archive

A

x

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

Option for tar that specifies the archive file name

A

f

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

Option for tar that filters the archive through gzip

A

z

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

Option for tar that filters the archive through bzip2

A

j

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

Option for tar that filters the archive through xz

A

J

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

Option for tar that shows files being processed by the command

A

v

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

Option for rsync that uses archive mode which preserves permissions ownership etc

A

a

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

Option for rsync that use verbose output

A

v

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

Option for rsync that compress files during transfer

A

z

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

Option for rsync that outputs in a human readable format

A

h

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

Option for rsync that performs a backup during data synchronization

A

b

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

Option for rsync that performs a dry run

A

n

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

Option for rsync that copies data recursively (does not keep ownership or permissions)

A

r

17
Q

Option for rsync that skips files that are newer on the destination

A

u

18
Q

A command used for copying and syncrhonizing files and directories both remotely and locally

A

rsync