There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Brackup::Target::Filesystem - backup to a locally mounted filesystem

DESCRIPTION

Back up to an NFS or Samba server, another disk array (external storage), etc.

EXAMPLE

In your ~/.brackup.conf file:

[TARGET:nfs_in_garage]
type = Filesystem
path = /mnt/nfs-garage/brackup/

CONFIG OPTIONS

type

Must be "Filesystem".

path

Path to backup to.

SEE ALSO

Brackup::Target