Timeline for Combine the output of while loop into tar
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 9, 2015 at 13:07 | answer | added | Adonis | timeline score: 0 | |
| Feb 28, 2015 at 0:07 | comment | added | mikeserv | Well, not to be rude, but I'm probably more lost than you are on that score - I've never even seen your script. | |
| Feb 27, 2015 at 22:06 | comment | added | Patrick Ryan | Yes, it would be the first thing. I'm just not clear on how I would implement your first comment into my existing script | |
| Feb 27, 2015 at 21:56 | comment | added | mikeserv |
I see the edit, but I assume that means the first thing then? You just want to put three files in a compressed tar archive, right? You -create an archive with -c, you specify the -file output w/ -f and you add files by name. If you use pax the process is very similar as well.
|
|
| Feb 27, 2015 at 21:54 | comment | added | Patrick Ryan | @mikeserv I edited the post to try to better explain my goal | |
| Feb 27, 2015 at 21:52 | history | edited | Patrick Ryan | CC BY-SA 3.0 |
added 319 characters in body
|
| Feb 27, 2015 at 21:45 | comment | added | mikeserv |
You want to tar the files like tar -f "backup-$(date).tar.gz" -cz /backuplocation/db[123].sql or you want to tar the output instream like this?
|
|
| Feb 27, 2015 at 21:39 | review | First posts | |||
| Feb 27, 2015 at 21:53 | |||||
| Feb 27, 2015 at 21:36 | history | asked | Patrick Ryan | CC BY-SA 3.0 |