Skip to content

christians3/python-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-code

###mbackup.py mbackup.py recursively copies a directory structure from local filesystem to an S3 endpoint and preserves permissions when moving data to s3 through local tags. It optimizes for performance by specifiying the number of threads moving data from source filesystem to s3 endpoint. Auth is provided through a file named myauth located in the /.aws/ directory. Profiles can be specified in the myauth file to use for backup.

Requirement: python3, boto3, botocore, argparse, configparser

See file for dependanices and configuration.

backupmain.py

backupmain.py - initial version of mbackup without retry logic and failure handling.

About

Python code for interacting with AWS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages