Commit graph

65 commits

Author SHA1 Message Date
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
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
Serghey Rodin
9e8dec0e31 fix for talky ftp 2013-10-11 11:51:38 +03:00
Serghey Rodin
7edeb110b6 workaround for talky ftp 2013-10-10 12:57:16 +03:00
Serghey Rodin
fd902a9066 absolute ftp path to avoid kerberos issues 2013-10-09 10:42:20 +03:00
Serghey Rodin
ed54f83795 from now vesta.conf can override any func variable 2013-10-09 00:50:08 +03:00
Serghey Rodin
de68a6bc8f send email using php wrapper 2013-10-08 00:27:38 +03:00
Serghey Rodin
8f03ce5e43 send email using php wrapper 2013-10-08 00:22:43 +03:00
Serghey Rodin
6413d9d8c5 send email using php wrapper 2013-10-07 21:57:23 +03:00
Ursadon
f18540a154 fixed LoadAverage check
Variable "la" in LoadAverage check loop doesn't update. As a consequence, loop always checking the same value.
2013-09-11 16:44:51 +07:00
Serghey Rodin
7ebd96d92d updated syntax for is_system_enabled() 2013-05-29 13:16:09 +03:00
Serghey Rodin
2dce1a5de4 updated error code table 2013-05-24 11:02:58 +03:00
Serghey Rodin
fd4e68bb8c new improved template scheme 2013-05-10 11:04:40 +03:00
Serghey Rodin
5d040c4447 ftp host on custom port 2013-04-06 00:42:54 +03:00
Serghey Rodin
cd69b7bcdf improving template structure 2013-04-03 23:18:51 +03:00
Serghey Rodin
01b51dd21d full backup and restore 2013-03-31 17:18:52 +03:00