Hi,

you could make use of the pre backup commands to check if you are on the
cable or wifi and e.g. abort fulls if not on cable.
See:

$Conf{DumpPreUserCmd} = undef;
$Conf{DumpPostUserCmd} = undef;
$Conf{DumpPreShareCmd} = undef;
$Conf{DumpPostShareCmd} = undef;
$Conf{RestorePreUserCmd} = undef;
$Conf{RestorePostUserCmd} = undef;
$Conf{ArchivePreUserCmd} = undef;
$Conf{ArchivePostUserCmd} = undef;

Cheers
Christopher

Sitz: Dreieich, AG Offenbach: HRA 30667;
p.h.G.: Manfred Schneider Betriebs-GmbH, Sitz: Dreieich,
AG Offenbach: HRB 30451, Geschäftsführer: Hermann Schneider

Am 30.12.2018 um 12:53 schrieb Jan Stransky:
> Hi,
> I want to backup a laptop. It is connected most of the time over wifi,
> but sometimes I connect it over cable. It is on linux
> First, thing I am struggling with its accessibility, but it is probably
> something in DNS lookup.
> However, the main question: The backups over the cable are obviously
> faster, but for incrementals, it is not that big issue. Is it possible
> for backuppc to check the connection mode and set full backups when it
> is on wire only?
> Cheers,
> Jan
>
>
> _______________________________________________
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:    http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to