Commit graph

129 commits

Author SHA1 Message Date
Serghey Rodin
09c884f556
Merge pull request #1254 from ClayRabbit/patch-1
v-backup-user: On-the-fly gzip compression
2017-12-28 15:55:06 +02:00
Serghey Rodin
4a2f0424e8
Merge pull request #1142 from Srgk/master
fix tmp dir for restore backup user
2017-12-28 15:19:53 +02:00
Alexandros Ioannides
b48ed75871
Update v-backup-user 2017-12-28 14:25:34 +02:00
Serghey Rodin
936ee3b63e
Merge pull request #1363 from dekyfin/master
Fixed Empty ftp backup files #515
2017-12-28 13:56:06 +02:00
Serghey Rodin
3e63e92279 fixed typo: PROXY_YSTEM instead of PROXY_SYSTEM 2017-12-13 14:26:01 +02:00
Serghey Rodin
f8be208fa3 Merge branch 'master' of github.com:serghey-rodin/vesta 2017-12-07 15:04:55 +02:00
Serghey Rodin
4053f9ac5d New style for web configs / separate conf per domain 2017-12-07 15:04:40 +02:00
Serghey Rodin
d5f78d5aa2
Merge pull request #1237 from cmstew/cmstew-v-user-backup-patch
Update v-backup-user / Fix from @cmstew
2017-12-06 23:38:51 +02:00
Unknown
ff0d1b7787 Fixed FTP backups are creating empty zip files #515
Changed the ftp backup from active to passive mode in bin/v-backup-user
2017-12-06 11:16:59 +00:00
Robin Dirksen
f8368220ff Backup filename changed (#1289)
* Backup filename changed

Changed the backup filename for running more backup each day - for example every 4 hours

* Restore user fix with new backup date

* Check if the backup name has an old notation

* Fix backup permission check

* fixed regex

* fix
2017-11-13 17:22:44 +03:00
Serge Kraev
95a26fb323 Merge branch 'master' into master 2017-09-13 17:05:31 +03:00
ClayRabbit
e1d64b8730 On-the-fly gzip compression
Reduces backup time, free space requirement and disk writes.
2017-08-04 17:46:40 +05:00
cmstew
e71a1619f0 Update v-backup-user
I noticed that I always seemed to have 1 less backup than I was supposed to in my VestaCP. This fix resolves the issue for me.


Problem outlined:

- My VestaCP package says that I'm supposed to be allowed 3 backups.
- The backups tab of the GUI showed that I had 3 backups.
- I was never able to access the oldest backup (Almost like it wasn't actually there).
- I checked the backup folder using SSH and I found that I only ever have the latest 2 backups available.
- It was clear that a script was deleting the 3rd backup prematurely.
2017-07-21 10:58:21 -06:00
dpeca
4aeec46841 Making SFTP backup able to work with empty folder name 2017-04-28 20:37:20 +02:00
dpeca
e022c6507b Better fix for FTP backup without folder name 2017-04-22 02:22:23 +02:00
dpeca
367d0b34ef Making v-backup-user able to upload backup to FTP if FTP folder is not set
Before this fix v-backup-user was unable to upload backup to FTP if $BPATH (FTP folder) is not set
2017-04-19 15:36:43 +02:00
dpeca
930a2a82e3 Making v-backup-user able to send email notification
doh...
2017-04-11 17:52:07 +02:00
Serge Kraev
2a409e005b fix tmp dir for backup user 2017-03-17 19:15:13 +04:00
dpeca
6d88ca31c3 Making sure domain_idn is always set 2017-03-05 23:34:07 +01:00
Justin991q
b987054048 Fixed typo in the backup script 2017-02-25 03:38:53 +01:00
Serghey Rodin
e5950d516d Code refactoring: domain_idn + new restart routine 2017-01-11 16:52:11 +02:00
Serghey Rodin
a14556d486 unofficial google nearline support 2016-10-06 23:07:48 +03:00
ioannidesalex
e5f49c402d Spelling corrections 2016-09-22 21:54:41 +03:00
Serghey Rodin
afd5193285 Merge pull request #826 from onbalt/master
Fix not sending "backup has been completed" mail
2016-09-05 16:31:19 +03:00
Serghey Rodin
d974b601fd Fix for backup count 2016-08-30 14:15:05 +03:00
onbalt
20e25b4648 Send "backup has been completed" mail 2016-08-30 13:00:44 +03:00
Serghey Rodin
e106fee8d2 Merge pull request #687 from olshek/patch-1
improved regular expression in v-backup-user file
2016-06-25 11:20:45 +03:00
Serghey Rodin
a61a6e979e refactoring: log_event(), is_format_valid() 2016-06-24 16:31:43 +03:00
Serghey Rodin
325ca65f32 web function refactoring 2016-06-09 17:09:55 +03:00
olshek
170bd64ec2 improved regular expression in v-backup-user file
The regular expression now uses exact match of a folder/file name.
With the previous version, some files were ignored during the backup process(for example .gitconfig, because it contains "conf").
2016-05-04 14:13:36 +03:00
RhysIT
9189ca9488 Corrected spelling mistakes 2015-11-06 17:38:58 +02:00
Serghey Rodin
5eb10ba388 new and better way to backup - tar without find 2015-10-24 14:57:30 +03:00
Serghey Rodin
6691ea2c8b New syntax to hide password from logger 2015-10-21 15:57:54 +03:00
Serghey Rodin
b6dd534b60 fix for caching template 2015-10-05 23:31:53 +03:00
Serghey Rodin
567ce7e832 php-fpm support 2015-04-16 02:43:31 +03:00
Serghey Rodin
cb99788a43 improvements on sftp backups 2015-03-29 12:40:24 +03:00
Serghey Rodin
8ef6558b3d manually merged 2015-03-10 00:47:06 +02:00
flynet70
bbffe9fffb Update v-backup-user
Fix delete deprecated backup string in user's backup.conf if only ftp backup used.
2015-03-03 18:47:10 +05:00
Sergey Abramchuk
70490f5124 Implement backup functionality via sftp 2015-02-24 10:02:02 +03:00
Serghey Rodin
df789310fb Fix for better backup.conf cleaning 2015-02-20 22:09:41 +02:00
Serghey Rodin
b28aac54d7 minor fixes in backup script 2014-11-07 18:26:43 +02:00
Serghey Rodin
2bbeea620c Fix for ftp backups on Ubuntu 14.04 2014-10-06 22:17:34 +03:00
Serghey Rodin
fe09858035 Improved backup script for wildcard support 2014-05-07 17:03:04 +03:00
Serghey Rodin
d3743dcfbb Removed xargs routine from backup procedure to fix oversized archives 2014-04-26 15:01:05 +03:00
Serghey Rodin
d6a7227367 Backup exclusions 2014-04-07 23:43:10 +03:00
Serghey Rodin
972ecfaa74 remote mail support 2014-04-01 23:51:10 +03:00
Serghey Rodin
d87f3f6340 Set current date&time when FTP backup is enabled. Fixes #117 2014-03-01 17:20:55 +02:00
Serghey Rodin
c4571ad62a import system variables for cron usage 2013-12-05 21:06:02 +02:00
Ursadon
3214ab0993 Fix for "line 318: [: too many arguments" error 2013-11-14 11:32:22 +07:00
Serghey Rodin
735067aa1a Fix for ftp backup on RHEL5 and Ubuntu 2013-10-12 19:35:06 +03:00