Skip to main content

Backup and restore for linux

Project description

Backup and restore for linux

This library is targeting to help writing backup, restoration and configuration scripts with minimum effort.

Example Usages

Backing up folders or files

from linuxbackup import *
folder(['/var/www','/var/log'])
folder('/home/ubuntu/test',owner='ubuntu:ubuntu',permission='777')

Execute the script with argument backup or restore

python3 example.py backup
sudo python3 example.py restore

Executing shell

sh(cmd,check) is the same as subprocess.run(cmd,shell=True,check=check) shr is the same as sh except it only runs in RESTORE

sh('./test.sh')
shr('curl https://get.acme.sh | sh')

Editing php.ini

php=IniEditor('/etc/php/7.2/apache2/php.ini')
php['PHP']['upload_max_filesize']='20M'
php.write() #only executed in RESTORE mode

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

linuxbackup-0.0.1.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

linuxbackup-0.0.1-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file linuxbackup-0.0.1.tar.gz.

File metadata

  • Download URL: linuxbackup-0.0.1.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8

File hashes

Hashes for linuxbackup-0.0.1.tar.gz
Algorithm Hash digest
SHA256 e7dd0ec83c1dce4b9dc55ffabd4c5162acf9fa112310e6be861ef7450a7cffa1
MD5 5fe6f7da83bc017ee33704311a71a581
BLAKE2b-256 9b229d538ff7bb316be5c79a8c82edadcbaff7fe62e329a04f44580af902152a

See more details on using hashes here.

File details

Details for the file linuxbackup-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: linuxbackup-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 2.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8

File hashes

Hashes for linuxbackup-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 752d4774d1a48dffedc56a39499fc1d925fd177f2ec202774926056d61fc6d6c
MD5 4d82e1bf8391288fa490c19682fc389c
BLAKE2b-256 8ff774b0e50ade0fe941afc902fb08bf8aac38ba18908e05fba93eef58fad646

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page