Coming in late:
I keep a bunch of that stuff in git-annex. I can then use git-annex to
sync the data around to my different machines, and I use a couple of S3
compatible places online to keep an offsite location for the files
synced with git-annex.
One collection for my Music files, one for famil
t; --
> Rabin
>
>
> On Sun, 17 Jul 2022 at 16:50, Shlomo Solomon wrote:
>> I recently lost some files because of a bad disk - hardware problem.
>>
>> I do regular backups so I was not really worried, but I now see that I
>> have a problem with my backup strategy so
lem.
>
> I do regular backups so I was not really worried, but I now see that I
> have a problem with my backup strategy so I'd like to know how others
> handle/prevent what happened to me.
>
> I backup files using rsync and I basically have 2 types of backups.
>
> My most
lomo Solomon <
> shlomo.solo...@gmail.com>:
>
>> I recently lost some files because of a bad disk - hardware problem.
>>
>> I do regular backups so I was not really worried, but I now see that I
>> have a problem with my backup strategy so I'd like to know how
Inline
On Sun, Jul 17, 2022 at 9:50 AM Shlomo Solomon
wrote:
> I recently lost some files because of a bad disk - hardware problem.
>
> I do regular backups so I was not really worried, but I now see that I
> have a problem with my backup strategy so I'd like to know how others
a problem with my backup strategy so I'd like to know how others
> handle/prevent what happened to me.
>
> I backup files using rsync and I basically have 2 types of backups.
>
> My most important files are backed up every night. I do incremental
> backups using:rsync -aqr
I recently lost some files because of a bad disk - hardware problem.
I do regular backups so I was not really worried, but I now see that I
have a problem with my backup strategy so I'd like to know how others
handle/prevent what happened to me.
I backup files using rsync and I basically h
On 24.07.2009 Aviv Sharon wrote:
> Hi everybody,
>
> My name is Aviv Sharon, and I'm a 22-year-old student from Haifa and a
> member of Wildfire Games, a team of volunteer game developers working on 0
> A.D. - a free, 3d, historically-based real-time strategy game.
>
On Fri, 2009-07-24 at 10:15 +0300, Aviv Sharon wrote:
> Hi everybody,
>
> My name is Aviv Sharon, and I'm a 22-year-old student from Haifa and a
> member of Wildfire Games, a team of volunteer game developers working
> on 0 A.D. - a free, 3d, historically-based rea
> My name is Aviv Sharon, and I'm a 22-year-old student from Haifa and a
> member of Wildfire Games, a team of volunteer game developers working on 0
> A.D. - a free, 3d, historically-based real-time strategy game.
>
> Wildfire Games has announced that it will be moving i
Hi everybody,
My name is Aviv Sharon, and I'm a 22-year-old student from Haifa and a
member of Wildfire Games, a team of volunteer game developers working on 0
A.D. - a free, 3d, historically-based real-time strategy game.
Wildfire Games has announced that it will be moving its previously c
You can do this with head and tail, you just miss out some important
parameters these commands can take!
head -n -NUMBER FILE
this command will return all but the last NUMBER lines of FILE
tail -n +NUMBER FILE
this command will return all lines of FILE starting from NUMBER
so... if FILE is your
On Sat, Aug 26, 2006 at 09:43:03PM +0300, Aaron Mehl wrote:
> Well I found in the Linux cookbook that the tool I need is sed and was
> able to find a way to cut the pieces I need.
>
> wrong tools but now a happy camper, sorta.
>
> I want to the sed script to all the files in a directory.
> sed '1
Well I found in the Linux cookbook that the tool I need is sed and was
able to find a way to cut the pieces I need.
wrong tools but now a happy camper, sorta.
I want to the sed script to all the files in a directory.
sed '1,5d' 425-defs.ly > 425n.ly
removed the first 5 lines, which is what I r
Hi all,
I find often that I want to use standard tools to do a simple repetitive
task but can't conceptualize the way to achieve it.
I have 20 text files with text to delete on top and on bottom.
I know that head and tail both will Show me the parts I want to delete,
but not delete them.
cut de
15 matches
Mail list logo