Skip to content

Performs a backup of a given directory using Python

Notifications You must be signed in to change notification settings

Dntfreitas/ftp_backup_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

FTP Backup Using Python

Performs a backup of a given directory using Python.

The directory that was backed up is then exported to a ZIP file. The ZIP file is named by the current timestamp.

Example of use:

if __name__ == '__main__':
    server = "IP_or_server_name"
    username = "username"
    password = "password"
    path = "ftp"
    backup(server, username, password, path)

About

Performs a backup of a given directory using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages