Displaying 3 results from an estimated 3 matches for "otherkey".
2014 Dec 17
3
Asymmetric encryption for very large tar file
Am 17.12.2014 um 18:42 schrieb Les Mikesell <lesmikesell at gmail.com>:
> On Wed, Dec 17, 2014 at 11:14 AM, Xinhuan Zheng
> <xzheng at christianbook.com> wrote:
>> I have a requirement that I need to use encryption technology to encrypt
>> very large tar file on a daily basis. The tar file is over 250G size and
>> those are data backup. Every night the server
2007 Mar 30
2
gallery issue...
...e newest webgen .deb package).
I''m trying to make a test gallery, without succeeding in it.
i done (ehm, copied) the yeah.gallery file in the root directory:
1 title: Example Gallery
2 imagesPerPage: 32
3 images: gallery/*.jpg
4
5 mainPageMetaInfo:
6 inMenu: true
7 otherKey: value
8
9 galleryPagesMetaInfo:
10 orderInfo: 10
11 inMenu: true
12 ---
13 gallery/frate.jpg:
14 title: Test title
15 description: Long description of image
16
17 gallery/gas01.jpg:
18 title: Title2 of pic
19 mykey: mydata
of course i have a directory galle...
2014 Dec 17
0
Asymmetric encryption for very large tar file
...t; --
> LF
>
>
>
>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
Is it possible for you to use gpg? You could do something like:
tar zcf /something - | gpg -e -r otherkey | cat - > backup.tgz
Regards