Backup-Duplicity-YADW

 view release on metacpan or  search on metacpan

lib/Backup/Duplicity/YADW.pm  view on Meta::CPAN

	push( @$cmds, $str );
}

sub _get_async_upload {

	args_pos
		my $self,
		my $cmds;

	if ( $self->_conf()->get('asyncupload') ) {
		push @$cmds, '--asynchronous-upload';
	}
}

sub _get_incl_excl_list {

	args_pos
		my $self,
		my $cmds;

	my $conf  = $self->_conf;

share/etc/yadw/default.conf  view on Meta::CPAN


Days2KeepBackups 30

#
# duplicity -vX
#

Verbosity 3

#
# duplicity --asynchronous-upload
#

AsyncUpload	on

#
# duplicity --log-file
#

LogFile	/var/log/duplicity.log

t/etc/test.conf  view on Meta::CPAN


# used to set gpg env var PASSPHRASE
GpgPassPhrase off

# --remove-older-than
Days2KeepBackups 0

# -v
Verbosity 2

# --asynchronous-upload
AsyncUpload	on

# --log-file
LogFile	/tmp/yadwtest/log/duplicity.log

# ordered list of --include and --exclude cmd opts
<InclExcl>
	List 					\
		- **/selinux 		
</InclExcl>

t/etc/test_bad.conf  view on Meta::CPAN


# used to set gpg env var PASSPHRASE
GpgPassPhrase off

# --remove-older-than
Days2KeepBackups 0

# -v
Verbosity 2

# --asynchronous-upload
AsyncUpload	on

# --log-file
LogFile	/tmp/yadwtest/log/duplicity.log

# ordered list of --include and --exclude cmd opts
<InclExcl>
	List 					\
		- **/selinux 		
</InclExcl>



( run in 0.294 second using v1.01-cache-2.11-cpan-0d8aa00de5b )