transfer-on-commit (was: Re: [j-nsp] Backups of a Juniper ERX)
Phil Shafer
phil at juniper.net
Thu Aug 4 11:31:44 EDT 2005
Olaf Baumert writes:
>> archive-sites {
>> "ftp://username:cleartextpassword@ip-address-of-ftp-server";
>> }
Also note that your password need not appear in cleartext, if
you use the "password" statement:
configuration {
transfer-on-commit;
archive-sites {
ftp://user@archive/archive password "$9$NaVwgiHmTF/oJ"; ## SECRET-DATA
}
}
Thanks,
Phil
More information about the juniper-nsp
mailing list