Method: Restic::Service::Targets::ResticSFTP#forget

Defined in:
lib/restic/service/targets/restic_sftp.rb

#forgetObject



40
41
42
43
44
# File 'lib/restic/service/targets/restic_sftp.rb', line 40

def forget
    with_ssh_config do |ssh_config_name|
        run_forget('-r', "sftp:#{ssh_config_name}:#{@path}", 'forget')
    end
end