Changesets: bareos

master 6448016e

2014-12-04 14:37

joergs

Ported: N/A

Details Diff
added hint how to preserve foreign tapes

Fixes 0000351: Detect and refuse to write Label on LTFS formatted tapes
Affected Issues
0000351
mod - src/defaultconfigs/bareos-sd.d/device-tape-with-autoloader.conf Diff File

bareos-14.2 75ba3f22

2014-12-04 14:37

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
added hint how to preserve foreign tapes

Fixes 0000351: Detect and refuse to write Label on LTFS formatted tapes
Affected Issues
0000351
mod - src/defaultconfigs/bareos-sd.d/device-tape-with-autoloader.conf Diff File

master 2427c203

2014-12-03 16:46

Marco van Wieringen

Ported: N/A

Details Diff
Mark subsysdirectory as deprecated.

SubSysDirectory is not used anywhere but it could be some people have it
in their configs so for now its deprecated and will be removed in a
future version.
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/stored/stored.conf.in Diff File
mod - src/stored/stored_conf.c Diff File

master 9c2a1de8

2014-12-03 15:46

mvwieringen

Ported: N/A

Details Diff
Mark subsysdirectory as deprecated.

SubSysDirectory is not used anywhere but it could be some people have it
in their configs so for now its deprecated and will be removed in a
future version.
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/stored/stored.conf.in Diff File
mod - src/stored/stored_conf.c Diff File

bareos-14.2 4fafcce1

2014-12-03 15:46

mvwieringen

Ported: N/A

Details Diff
Mark subsysdirectory as deprecated.

SubSysDirectory is not used anywhere but it could be some people have it
in their configs so for now its deprecated and will be removed in a
future version.
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/stored/stored.conf.in Diff File
mod - src/stored/stored_conf.c Diff File

master 7f582574

2014-12-03 13:50

Marco van Wieringen

Ported: N/A

Details Diff
Fix windows build without QT.
mod - src/win32/Makefile Diff File

master 565ff129

2014-12-03 13:39

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Fix silent install for client only

We now skip database check if dir not being installed
mod - platforms/win32/winbareos.nsi Diff File

master 27dba98c

2014-12-03 12:50

mvwieringen

Ported: N/A

Details Diff
Fix windows build without QT.
mod - src/win32/Makefile Diff File

bareos-14.2 d7a8dc1b

2014-12-03 12:50

mvwieringen

Ported: N/A

Details Diff
Fix windows build without QT.
mod - src/win32/Makefile Diff File

master 75864ea5

2014-12-03 12:39

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix silent install for client only

We now skip database check if dir not being installed
mod - platforms/win32/winbareos.nsi Diff File

bareos-14.2 bd373aad

2014-12-03 12:39

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix silent install for client only

We now skip database check if dir not being installed
mod - platforms/win32/winbareos.nsi Diff File

master 67ef2630

2014-12-03 11:32

Oleg Livshyts


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Automatic detection of volume mount points

Volume Mount Points are now automatically detected.

If we detect a volume mount point, we check wich volume is
mounted there and add it to the snapshotset.

If the volume is not already in the snapshotset, we add it and
check if the new volume also has volume mount points.

The total number of volume mount points and the number of volume mount
point volumes added to the snapshotset is reported, if VMPs exist.

Signed-off-by: Philipp Storz <philipp.storz@bareos.com>
Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/filed/dir_cmd.c Diff File
mod - src/findlib/find_one.c Diff File
mod - src/findlib/protos.h Diff File
mod - src/win32/filed/vss_generic.c Diff File
mod - src/win32/findlib/win32.c Diff File
mod - src/win32/include/vss.h Diff File

master 8184f63c

2014-12-03 11:32

Oleg Livshyts


Committer: Marco van Wieringen

Ported: N/A

Details Diff
We now support symlink-like objects on windows

Support was added for the following types of symlinks:
- Symlinks on Files
- Symlinks on Directories
- Junction Points

These are implemented in windows as Reparse Points.

All these objects are treated like ordinary symlinks
(FT_LNK) in bareos, also Junction Points and Symlinks on
Directories which are directories in windows logic.

The Information on what kind of symlink-like object we have
is stored in the st_rdev member of the stat information.

There we have now
- FILE_ATTRIBUTES_JUNCTION_POINT
- FILE_ATTRIBUTES_SYMBOLIC_LINK

During Backup, the function "get_symlink_data" gets the information
where the symlink/junction/volume mount points points to.

During restore, the function "symlink" creates the symlink-like object.
To be able to determine what kind of "symlink" needs to be created, it
also gets the st_rdev information.

Depending on what kind of symlink it needs to create it either calls
the windows api function "CreateSymbolicLink" or the self-implemented
Function "CreateJunction"

The symlink target is not altered during restore, even if it is
restored with a prefix (where), because this makes absolute links
unusable.

Fixes 0000314: On Windows 2008 and Windows 2012 the junction points / links
are not backed up properly

Signed-off-by: Philipp Storz <philipp.storz@bareos.com>
Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/filed/backup.c Diff File
mod - src/findlib/create_file.c Diff File
mod - src/findlib/find_one.c Diff File
mod - src/findlib/mkpath.c Diff File
mod - src/lib/attr.c Diff File
mod - src/win32/compat/compat.c Diff File
mod - src/win32/compat/include/compat.h Diff File

master b6199620

2014-12-03 11:05

Marco van Wieringen

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

master 02562b08

2014-12-03 10:32

Oleg Livshyts


Committer: mvwieringen

Ported: N/A

Details Diff
Automatic detection of volume mount points

Volume Mount Points are now automatically detected.

If we detect a volume mount point, we check wich volume is
mounted there and add it to the snapshotset.

If the volume is not already in the snapshotset, we add it and
check if the new volume also has volume mount points.

The total number of volume mount points and the number of volume mount
point volumes added to the snapshotset is reported, if VMPs exist.

Signed-off-by: Philipp Storz <philipp.storz@bareos.com>
Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/filed/dir_cmd.c Diff File
mod - src/findlib/find_one.c Diff File
mod - src/findlib/protos.h Diff File
mod - src/win32/filed/vss_generic.c Diff File
mod - src/win32/findlib/win32.c Diff File
mod - src/win32/include/vss.h Diff File

bareos-14.2 72e6e544

2014-12-03 10:32

Oleg Livshyts


Committer: mvwieringen

Ported: N/A

Details Diff
Automatic detection of volume mount points

Volume Mount Points are now automatically detected.

If we detect a volume mount point, we check wich volume is
mounted there and add it to the snapshotset.

If the volume is not already in the snapshotset, we add it and
check if the new volume also has volume mount points.

The total number of volume mount points and the number of volume mount
point volumes added to the snapshotset is reported, if VMPs exist.

Signed-off-by: Philipp Storz <philipp.storz@bareos.com>
Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/filed/dir_cmd.c Diff File
mod - src/findlib/find_one.c Diff File
mod - src/findlib/protos.h Diff File
mod - src/win32/filed/vss_generic.c Diff File
mod - src/win32/findlib/win32.c Diff File
mod - src/win32/include/vss.h Diff File

master fdbd74c5

2014-12-03 10:32

Oleg Livshyts


Committer: mvwieringen

Ported: N/A

Details Diff
We now support symlink-like objects on windows

Support was added for the following types of symlinks:
- Symlinks on Files
- Symlinks on Directories
- Junction Points

These are implemented in windows as Reparse Points.

All these objects are treated like ordinary symlinks
(FT_LNK) in bareos, also Junction Points and Symlinks on
Directories which are directories in windows logic.

The Information on what kind of symlink-like object we have
is stored in the st_rdev member of the stat information.

There we have now
- FILE_ATTRIBUTES_JUNCTION_POINT
- FILE_ATTRIBUTES_SYMBOLIC_LINK

During Backup, the function "get_symlink_data" gets the information
where the symlink/junction/volume mount points points to.

During restore, the function "symlink" creates the symlink-like object.
To be able to determine what kind of "symlink" needs to be created, it
also gets the st_rdev information.

Depending on what kind of symlink it needs to create it either calls
the windows api function "CreateSymbolicLink" or the self-implemented
Function "CreateJunction"

The symlink target is not altered during restore, even if it is
restored with a prefix (where), because this makes absolute links
unusable.

Fixes 0000314: On Windows 2008 and Windows 2012 the junction points / links
are not backed up properly

Signed-off-by: Philipp Storz <philipp.storz@bareos.com>
Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000314
mod - src/filed/backup.c Diff File
mod - src/findlib/create_file.c Diff File
mod - src/findlib/find_one.c Diff File
mod - src/findlib/mkpath.c Diff File
mod - src/lib/attr.c Diff File
mod - src/win32/compat/compat.c Diff File
mod - src/win32/compat/include/compat.h Diff File

bareos-14.2 fa6f6097

2014-12-03 10:32

Oleg Livshyts


Committer: mvwieringen

Ported: N/A

Details Diff
We now support symlink-like objects on windows

Support was added for the following types of symlinks:
- Symlinks on Files
- Symlinks on Directories
- Junction Points

These are implemented in windows as Reparse Points.

All these objects are treated like ordinary symlinks
(FT_LNK) in bareos, also Junction Points and Symlinks on
Directories which are directories in windows logic.

The Information on what kind of symlink-like object we have
is stored in the st_rdev member of the stat information.

There we have now
- FILE_ATTRIBUTES_JUNCTION_POINT
- FILE_ATTRIBUTES_SYMBOLIC_LINK

During Backup, the function "get_symlink_data" gets the information
where the symlink/junction/volume mount points points to.

During restore, the function "symlink" creates the symlink-like object.
To be able to determine what kind of "symlink" needs to be created, it
also gets the st_rdev information.

Depending on what kind of symlink it needs to create it either calls
the windows api function "CreateSymbolicLink" or the self-implemented
Function "CreateJunction"

The symlink target is not altered during restore, even if it is
restored with a prefix (where), because this makes absolute links
unusable.

Fixes 0000314: On Windows 2008 and Windows 2012 the junction points / links
are not backed up properly

Signed-off-by: Philipp Storz <philipp.storz@bareos.com>
Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000314
mod - src/filed/backup.c Diff File
mod - src/findlib/create_file.c Diff File
mod - src/findlib/find_one.c Diff File
mod - src/findlib/mkpath.c Diff File
mod - src/lib/attr.c Diff File
mod - src/win32/compat/compat.c Diff File
mod - src/win32/compat/include/compat.h Diff File

master ceb9f6a0

2014-12-03 10:05

mvwieringen

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

master fcf00256

2014-12-01 15:30

Marco van Wieringen

Ported: N/A

Details Diff
Remove some unused config keywords.
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File

master f3c25622

2014-12-01 15:18

Marco van Wieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/dird/dird.c Diff File

master d04b0b7a

2014-12-01 14:30

mvwieringen

Ported: N/A

Details Diff
Remove some unused config keywords.
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File

bareos-14.2 b4590353

2014-12-01 14:30

mvwieringen

Ported: N/A

Details Diff
Remove some unused config keywords.
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File

master 9f4f17bd

2014-12-01 14:18

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/dird/dird.c Diff File

bareos-14.2 8735c0b9

2014-12-01 14:18

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/dird/dird.c Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 590 591 592 593 594 595 596 ... 630 ... 688 689 690  Next  Last