zsh-users
 help / color / mirror / code / Atom feed
* Parallel backupping embedded systems...how?
@ 2014-12-09 18:24 meino.cramer
  2014-12-09 20:31 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: meino.cramer @ 2014-12-09 18:24 UTC (permalink / raw)
  To: zsh-users

Hi,

Currently I am experimenting with two of this little
linux systems: http://www.acmesystems.it/arietta

Since everything is changing fast I often make backups.
I nfs-mount both Ariettas to mountpoints on my PC and
tar the whole stuff.

If tar is done for both systems, I compress the resulting
archive with 7z.

Currently this is done in pure sequentiell order...and slow
therefor.

I would like to do that in parallel if possible. I thought
of gnu parallel ... But I have two different input parameter
(both mountpoints) and (more complicated) tow different output
parameter ... the names of the archives.

If I put both tar processes into background I dont know
how to wait correctly for the jobs end to start 7z.

And most important: I dont know what I dont know in this
case... ;)

What is the most "hassle free" and secure (in the sense of
"not failing") way to do what I want to acchieve with
zsh?

Thank you very much in advance for any parallel help :) ;)

Best regards,
Meino




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-09 21:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-09 18:24 Parallel backupping embedded systems...how? meino.cramer
2014-12-09 20:31 ` Peter Stephenson
2014-12-09 21:12   ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).