Displaying 3 results from an estimated 3 matches for "bolzoni".
Did you mean:
bolzano
2014 Jun 11
1
Force a sync after each file copy
Dear list,
I often copy files from the hard disk to an usb key
using rsync:
rsync -Pr <from> <to>
It works fine, but the -P is fairly useless since most of the
copy is actually made when unmounting the usb keys. In the case
of big files it might means minutes of working.
So I usually put along the command a && sync, so I am fairly sure
that the unmounting will be quick. It
2015 Oct 13
2
transferring large encrypted images.
Hi Folks,
I was wondering if I could ask this question here.
Initially when I was thinking up how to do this I was expecting block
encryption to stay consistent from one 'encryption run' to the next, but I
found out later that most schemes randomize the result by injecting a
random block or seed at the beginning and basing all other encrypted data
on that.
In order to prevent
2015 Oct 13
0
transferring large encrypted images.
Why are you encrypting the files and not the filesystem and the channel?
On Tue, Oct 13, 2015 at 6:54 PM, Xen <list at xenhideout.nl> wrote:
> Hi Folks,
>
> I was wondering if I could ask this question here.
>
> Initially when I was thinking up how to do this I was expecting block
> encryption to stay consistent from one 'encryption run' to the next, but I
>