All Projects → Pe46dro → Bash-Backup-Script

Pe46dro / Bash-Backup-Script

Licence: GPL-3.0 license
A small script to upload backup tar to an external storage service

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Bash-Backup-Script

Rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Stars: ✭ 30,541 (+145333.33%)
Mutual labels:  ftp, sftp, rclone
Drivebackupv2
Uploads Minecraft backups to Google Drive/OneDrive or by (S)FTP
Stars: ✭ 26 (+23.81%)
Mutual labels:  backup, ftp
Duplicati
Store securely encrypted backups in the cloud!
Stars: ✭ 6,915 (+32828.57%)
Mutual labels:  backup, sftp
borg-rclone-autobackup
Easily automate backups using Borg + RClone
Stars: ✭ 25 (+19.05%)
Mutual labels:  backup, rclone
netbackup
A frontend for various backup programs (rsync, rdiff-backup, rclone) that simplifies local and remote backups.
Stars: ✭ 15 (-28.57%)
Mutual labels:  backup, rclone
PyFiSync
Python (+ rsync or rclone) based intelligent file sync with automatic backups and file move/delete tracking.
Stars: ✭ 88 (+319.05%)
Mutual labels:  backup, rclone
gftp
gFTP is a free multithreaded file transfer client for *NIX based machines. 56 language translations available.
Stars: ✭ 81 (+285.71%)
Mutual labels:  ftp, sftp
Vscode Remote Workspace
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Stars: ✭ 197 (+838.1%)
Mutual labels:  ftp, sftp
fireftp
free, secure, cross-platform FTP/SFTP client for Firefox
Stars: ✭ 137 (+552.38%)
Mutual labels:  ftp, sftp
publish-sftp
One-line command to quickly publish resources to a specified server
Stars: ✭ 41 (+95.24%)
Mutual labels:  ftp, sftp
core-nodejs
⚡ An FTP/FTPS/SFTP client with modern API.
Stars: ✭ 37 (+76.19%)
Mutual labels:  ftp, sftp
minio-rclone-webdav-server
A @rclone served WebDAV server with @minio as the s3 storage backend docker example
Stars: ✭ 17 (-19.05%)
Mutual labels:  backup, rclone
raptor
The definitive EasyEngine installer with fully functional backup-restore and SFTP functionalities included
Stars: ✭ 26 (+23.81%)
Mutual labels:  backup, sftp
Mgob
MongoDB dockerized backup agent. Runs schedule backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.
Stars: ✭ 573 (+2628.57%)
Mutual labels:  backup, sftp
Sftpgo
Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob
Stars: ✭ 3,534 (+16728.57%)
Mutual labels:  ftp, sftp
Restic Backup Docker
A docker container to automate backups with restic
Stars: ✭ 142 (+576.19%)
Mutual labels:  backup, sftp
proftpd-mod proxy
FTP proxy support for ProFTPD
Stars: ✭ 35 (+66.67%)
Mutual labels:  ftp, sftp
Vscode Deploy Reloaded
Recoded version of Visual Studio Code extension 'vs-deploy', which provides commands to deploy files to one or more destinations.
Stars: ✭ 129 (+514.29%)
Mutual labels:  ftp, sftp
Whipftp
OpenSource FTP / SFTP client
Stars: ✭ 158 (+652.38%)
Mutual labels:  ftp, sftp
RB-libcURL
A Realbasic and Xojo binding to libcurl
Stars: ✭ 19 (-9.52%)
Mutual labels:  ftp, sftp

[Bash]FTP Backup Script

A small script to upload backup tar to an external FTP server

How it works:

  • You need to change "USERNAME,PASSWORD,SERVER" with information of your server
  • You need to change "DIR" with absolute position of folder/file you want backup
  • You need to change "FILE" with results of compression

If you have some problem open an issues on GitHub

##FAQ;

  • Q: How can I make backups automatic?

    A: You can use crontab (on linux) link

  • Q: Why can't I start the script?

    A: Make the file executable (chmod -x script.sh)

  • Q: Will this work on all linux distros?

    A: This script was tested on Ubuntu 12/14,Debian and Centos 6 and has worked whitout any problems

  • Q: Why SFTP don't work?

    A: You need to install "sshpass" ( apt-get install sshpass )

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].