The Following User Says Thank You to BlinkThinks For This Useful Post: | ||
![]() |
2011-12-03
, 03:27
|
Posts: 1,539 |
Thanked: 1,604 times |
Joined on Oct 2011
@ With my N9
|
#112
|
@Arie
Thank you! So this should automatically back up my orig files then and I could copy via USB to a safe folder, correct? Sorry for such a stupid question. I just want to make sure I don't falter
The Following User Says Thank You to Arie For This Useful Post: | ||
![]() |
2011-12-03
, 03:30
|
Posts: 203 |
Thanked: 134 times |
Joined on Aug 2011
|
#113
|
![]() |
2011-12-03
, 03:37
|
Posts: 203 |
Thanked: 134 times |
Joined on Aug 2011
|
#114
|
![]() |
2011-12-03
, 03:41
|
Posts: 1,539 |
Thanked: 1,604 times |
Joined on Oct 2011
@ With my N9
|
#115
|
Ok I just did this:
cp /usr /home/user/MyDocs
and I got a reply:
"omitting directory '/usr'
Is that it?
![]() |
2011-12-03
, 03:44
|
Posts: 1,539 |
Thanked: 1,604 times |
Joined on Oct 2011
@ With my N9
|
#116
|
doesnt the -R remove the copied folder???
what about cp /usr/ /home/user/MyDocs/
![]() |
2011-12-03
, 03:46
|
Posts: 203 |
Thanked: 134 times |
Joined on Aug 2011
|
#117
|
![]() |
2011-12-03
, 03:48
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#118
|
cp - copies on or more files. Recursive copying is one simple way of archiving part of a directory structure. Use the command as follows:
cp -r /sourcedirectory /targetdirectory
The Following User Says Thank You to F2thaK For This Useful Post: | ||
![]() |
2011-12-03
, 03:50
|
Posts: 203 |
Thanked: 134 times |
Joined on Aug 2011
|
#119
|
![]() |
2011-12-03
, 03:51
|
Posts: 1,539 |
Thanked: 1,604 times |
Joined on Oct 2011
@ With my N9
|
#120
|
Thank you! So this should automatically back up my orig files then and I could copy via USB to a safe folder, correct? Sorry for such a stupid question. I just want to make sure I don't falter