Re: [gentoo-user] rotating backup script

2017-03-07 Thread Rich Freeman
On Tue, Mar 7, 2017 at 12:04 AM, wrote: > I was looking at this rotating backup script > > source: > https://community.spiceworks.com/topic/34970-how-to-create-rotating-backups-of-files > If you're looking for rotating backup solution based on rsync I'd take a look at rsnapshot. It is in the Ge

Re: [gentoo-user] rotating backup script

2017-03-07 Thread thelma
On 03/06/2017 11:35 PM, Jean-Christophe Bach wrote: > Hello, > >> I was looking at this rotating backup script >> >> source: >> https://community.spiceworks.com/topic/34970-how-to-create-rotating-backups-of-files >> >> --backup script >> BACKUPDIR=`date +%A` >> OPTS="--forc

Re: [gentoo-user] rotating backup script

2017-03-06 Thread Jean-Christophe Bach
Hello, > I was looking at this rotating backup script > > source: > https://community.spiceworks.com/topic/34970-how-to-create-rotating-backups-of-files > > --backup script > BACKUPDIR=`date +%A` > OPTS="--force --ignore-errors --delete-excluded --exclude-from=$EXCLUDES

[gentoo-user] rotating backup script

2017-03-06 Thread thelma
I was looking at this rotating backup script source: https://community.spiceworks.com/topic/34970-how-to-create-rotating-backups-of-files --backup script BACKUPDIR=`date +%A` OPTS="--force --ignore-errors --delete-excluded --exclude-from=$EXCLUDES --delete --backup