Commit graph

67 commits

Author SHA1 Message Date
myvesta
8f6fe21dbf
Dont match wildcardly *domains and databases* while restoring 2021-11-17 15:15:23 +01:00
myvesta
7ee21aad7b
Restoring php-fpm pool.d conf files 2021-09-14 21:43:46 +02:00
myvesta
c93345f669
Restoring php-fpm pool.d conf files 2021-09-14 21:10:10 +02:00
myvesta
ca76e2bc8c
Allow to specify full path to backup file 2021-09-14 21:07:22 +02:00
myvesta
dcbb7b80f9
$OVERRIDE_BACKUP_PATH 2021-08-23 20:47:57 +02:00
myvesta
83104523a0 Merge branch 'pr/86' 2020-08-19 14:10:12 +02:00
dpeca
ccea621787
Merge pull request #1947 from dawindk/patch-1
Only exclude logs folder from root, not in public_html
2020-08-19 11:07:55 +02:00
dpeca
8d9e349b23
Dont match subdomains while restoring domain 2020-06-23 20:08:59 +02:00
myvesta
ec87943852
Dont match subdomains while restoring domain 2020-05-15 21:59:26 +02:00
David Olsen
9d2ca4b592
Only exclude logs folder from root, not in webdata
Restoring should not exclude logs in any folder down the tree. This causes errors when restoring wordpress with certain plugins that have folders named "logs". This change aligns the restore with the backup function https://github.com/serghey-rodin/vesta/blob/master/bin/v-backup-user#L226

You could also omit the exclusion entirely, as this folder you are excluding should never be in the backup.
2019-10-07 10:40:56 +02:00
Peca
db8b4ed21e Merge branch 'pr/34' 2019-08-10 17:09:42 +02:00
Serghey Rodin
743476ad73 added sudo call for directory creation and restore 2019-08-08 19:58:35 +03:00
dpeca
0c387388cb
v-restore-user create empty tmp/ 2019-02-15 02:15:16 +01:00
dpeca
73a0b3fd95
Configurable $BACKUP_TEMP in v-restore-user 2018-06-02 00:55:52 +02:00
Alexandros Ioannides
cd61896176
Switch from /tmp to /backup 2018-06-01 13:57:37 +03:00
Serghey Rodin
8a217352fe fix ssl backup restore 2018-01-19 18:10:54 +02:00
Alexandr Loskutov
c042fa2689 Fix backup restore 2018-01-18 15:40:50 +02:00
Alexandr Loskutov
bea7ccd25e Fix backup restore 2018-01-18 14:32:25 +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
Serghey Rodin
1b1622ee6f Fix for LE domain restore 2017-12-06 19:32:03 +02: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
dpeca
b57c4dcd7b Allow v-restore-user to restore backup from FTP and SFTP
Before this fix, sftpc() function had two 'else' blocks... so it was broken code... and script was unable to download file from SFTP
2017-05-04 19:11:34 +02:00
Serge Kraev
dc3807ceee fix tmp dir for restore user 2017-03-17 19:03:38 +04:00
dpeca
887ac8a11b Added missing domain_idn=$domain in v-restore-user 2017-03-14 01:08:20 +01:00
dpeca
a005c3e24a Added missing format_domain_idn in v-restore-user 2017-03-13 03:14:50 +01:00
dpeca
7815539e91 Fix for DKIM key permission after restoring backup 2016-12-28 17:11:41 +01:00
Serghey Rodin
a14556d486 unofficial google nearline support 2016-10-06 23:07:48 +03:00
Serghey Rodin
921f3b857f fix for database restore function 2016-08-25 19:46:07 +03:00
Serghey Rodin
cc4e053148 config parser fix 2016-06-28 17:47:49 +03:00
Serghey Rodin
a61a6e979e refactoring: log_event(), is_format_valid() 2016-06-24 16:31:43 +03:00
Serghey Rodin
e05dca61a6 refactoring: log_event(), is_format_valid() 2016-06-09 16:55:35 +03:00
RhysIT
9189ca9488 Corrected spelling mistakes 2015-11-06 17:38:58 +02:00
Serghey Rodin
8976066313 uniq databases during restore 2015-10-05 23:33:01 +03:00
Serghey Rodin
a5ff23de74 Restore traffic pipe 2015-06-03 18:39:54 +03:00
Serghey Rodin
567ce7e832 php-fpm support 2015-04-16 02:43:31 +03:00
Serghey Rodin
b985c7ad9c Fix for tar < 1.24 to preserve directory ownership 2014-07-07 00:22:27 +03:00
Serghey Rodin
972ecfaa74 remote mail support 2014-04-01 23:51:10 +03:00
Serghey Rodin
45ba56d310 cleaning up debug stuff 2014-03-28 23:24:23 +02:00
Serghey Rodin
3d1c88ffbf fix for database duplicates in restore loop 2014-03-28 11:22:14 +02:00
Serghey Rodin
4600b2ac94 Fix for domains without proxy support 2014-03-28 01:51:14 +02:00
Serghey Rodin
e5608b4aeb fix for nginx tpl verification on restore 2014-03-16 21:22:42 +02:00
Serghey Rodin
4614df59a7 E_RESTART should be a variable 2014-02-19 23:12:23 +02:00
Serghey Rodin
477934825c restart error handler 2014-02-06 11:11:45 +02:00
Serghey Rodin
9e41232899 changed var name 2014-01-21 02:03:05 +02:00
Serghey Rodin
3d5f0da010 fixed custom ftp restore bug 2013-10-31 14:13:00 +02:00
Serghey Rodin
861585bcca removed unnecessary sed expr defenition 2013-10-27 13:54:31 +02: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